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

Deepin-Liunx-安装Node.js-Cnpm

作者: 木易先生灬 | 来源:发表于2020-04-02 10:55 被阅读0次

    安装node.js:

    sudo apt-get install node
    

    查看版本号是否安装成功

    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/iqntphtx.html