美文网首页
npm切换淘宝源/使用cnpm

npm切换淘宝源/使用cnpm

作者: Alex0825 | 来源:发表于2020-03-21 13:06 被阅读0次

1.切换淘宝源

npm config set registry https://registry.npm.taobao.org --global

2.验证配置

npm config get registry

3.使用cnpm

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

相关文章

网友评论

      本文标题:npm切换淘宝源/使用cnpm

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