你还在为npm拉取包缓慢而烦恼吗?
还在为npm包拉取失败而烦恼吗?
npm指定淘宝镜像源你值得拥有!!!!
单次使用
npm install koa --registry=https://registry.npm.taobao.org
永久使用
配置淘宝镜像源
npm config set registry https://registry.npm.taobao.org
查看配置是否成功
npm config get registry
使用
npm install koa
cnpm
安装cnpm
npm install cnpm -g --registry=https://registry.npm.taobao.org
检查安装是否成功文章来源:https://www.toymoban.com/news/detail-578015.html
cnpm -v
使用文章来源地址https://www.toymoban.com/news/detail-578015.html
cnpm install koa
到了这里,关于npm使用淘宝镜像源设置大全的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!