美文网首页
Deepin-Liunx-安装Node.js-Cnpm

Deepin-Liunx-安装Node.js-Cnpm

作者: 九亿少女的电竞梦 | 来源:发表于2017-09-09 20:48 被阅读93次

先升级软件源:

sudo apt-get update

安装node.js:

sudo apt-get install nodejs

查看版本号是否安装成功

node -v

安装npm:

sudo apt-get install npm

安装淘宝cnpm

sudo npm install -g cnpm --registry=https://registry.npm.taobao.org

相关文章

网友评论

      本文标题:Deepin-Liunx-安装Node.js-Cnpm

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