美文网首页
使用cnpm 淘宝镜像

使用cnpm 淘宝镜像

作者: 辣子_ | 来源:发表于2020-07-25 08:11 被阅读0次
npm install -g cnpm --registry=https://registry.npm.taobao.org
//安装完以后查看版本号
cnpm -v

//mac 安装
sudo npm install -g cnpm --registry=https://registry.npm.taobao.org

也可以使用npm命令使用淘宝的镜像,具体方法见:
https://www.cnblogs.com/onew/p/11330439.html

相关文章

网友评论

      本文标题:使用cnpm 淘宝镜像

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