nodejs v6 yum方式安装

 1104  yum install -y gcc-c++ make
 1105  curl -sL https://rpm.nodesource.com/setup_6.x | sudo -E bash -
 1106  yum install nodejs
 1107  node -v
 1108  whereis node
 1109  /usr/bin/node -v
 1110  ls
 1111  npm -v
 1112  /usr/local/bin/npm -v
 1113  npm -v
 1114  wehreis npm
 1115  whereis npm
 1116  /usr/bin/npm -v

posted @ 2017-02-27 17:12  haiwei.sun  阅读(147)  评论(0编辑  收藏  举报
返回顶部