美文网首页
node.js npm更换国内源

node.js npm更换国内源

作者: 0ne0ne | 来源:发表于2017-11-22 23:44 被阅读118次

    一、临时使用

    npm --registry https://registry.npm.taobao.org install express
    

    二、永久使用

    npm config set registry https://registry.npm.taobao.org
    

    三、验证是否更换成功

     npm config get registry
    
    
    image

    相关文章

      网友评论

          本文标题:node.js npm更换国内源

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