美文网首页
npm 安装 cnpm 方法

npm 安装 cnpm 方法

作者: kingsinsd | 来源:发表于2019-04-02 12:37 被阅读0次

    由现有安装好的npm,替换成淘宝的cnpm

    1. 查看当前镜像地址

    npm get registry

    2. 将https://registry.npmjs.org 替换为 https://registry.npm.taobao.org

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

    3. 安装cnpm

    sudo npm install cnpm -g

    相关文章

      网友评论

          本文标题:npm 安装 cnpm 方法

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