美文网首页
npm的配置

npm的配置

作者: ljwheyxy | 来源:发表于2019-12-09 12:50 被阅读0次

    参考文章:https://www.jianshu.com/p/a0c06eafb9fd

    配置淘宝镜像

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

    卸载淘宝镜像

    npm config delete registry
    npm config delete disturl
    

    相关文章

      网友评论

          本文标题:npm的配置

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