美文网首页
npm淘宝镜像

npm淘宝镜像

作者: 金刚_30bf | 来源:发表于2018-09-11 15:44 被阅读0次

    查看原本的镜像地址

    npm get registry

    https://registry.npmjs.org/

    设置淘宝镜像

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

    临时使用淘宝镜像地址

    npm --registry=https://registry.npm.taobao.org install xxx

    相关文章

      网友评论

          本文标题:npm淘宝镜像

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