美文网首页
deepin安装nodejs和npm(非源码安装)

deepin安装nodejs和npm(非源码安装)

作者: aiyolo | 来源:发表于2017-08-16 09:02 被阅读405次
    sudo ln -s /opt/node-v8.3.0-linux-x64/bin/node /usr/local/bin/node
    sudo ln -s /opt/node-v8.3.0-linux-x64/bin/npm /usr/local/bin/npm
    
    • 更换淘宝源
    npm config set registry https://registry.npm.taobao.org
    
    • 检查是否更换好
    npm config get registry
    

    参考:
    1.http://www.cnblogs.com/wuyoucao/p/7011666.html
    2.http://blog.csdn.net/quuqu/article/details/64121812

    相关文章

      网友评论

          本文标题:deepin安装nodejs和npm(非源码安装)

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