美文网首页
修改npm的下载地址为国内的淘宝地址

修改npm的下载地址为国内的淘宝地址

作者: Jerry379 | 来源:发表于2018-10-31 23:51 被阅读0次

临时修改

npm --registry https://registry.npm.taobao.org install express

永久修改

npm config set registry https://registry.npm.taobao.org
npm config get registry //查看上面的语句是否修改成功

使用cnpm

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

相关文章

网友评论

      本文标题:修改npm的下载地址为国内的淘宝地址

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