美文网首页
npm设置淘宝镜像

npm设置淘宝镜像

作者: HsCcc | 来源:发表于2019-03-01 14:24 被阅读0次

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

    查看是否设置成功

    npm get registry 查看是否设置成功


    换成原来的npm镜像的方法

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

    相关文章

      网友评论

          本文标题:npm设置淘宝镜像

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