美文网首页
centos下载nodejs

centos下载nodejs

作者: webjiacheng | 来源:发表于2018-01-03 17:02 被阅读0次

①下载node版本管理器nvm

#首先确保centos已安装git,以确保之后nvm本身的升级
curl https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash

② 关闭编辑器,重新打开新的编辑器

③使用nvm下载nodejs

#8.9.3为nodejs的版本(自行指定)
nvm install v8.9.3

④使用npm下载cnpm

npm i cnpm -g

相关文章

网友评论

      本文标题:centos下载nodejs

      本文链接:https://www.haomeiwen.com/subject/sazhnxtx.html