美文网首页
NPM 设置

NPM 设置

作者: SummerC0ld | 来源:发表于2017-04-06 15:49 被阅读0次

    npm 使用淘宝源

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

    修改源地址为官方源

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

    使用 cnpm

    npm install -g cnpm --registry=https://registry.npm.taobao.org
    

    相关文章

      网友评论

          本文标题:NPM 设置

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