一、 设置淘宝镜像
1.通过cnpm使用淘宝镜像:
npm install -g cnpm --registry=https://registry.npm.taobao.org
2.将npm设置为淘宝镜像:
npm config set registry https://registry.npm.taobao.org
3. 查看cnpm镜像设置:
npm config get registry
4.查看cnpm镜像设置:
cnpm config get registry
文章来源:https://www.toymoban.com/news/detail-419016.html
在查看镜像这里我们会遇到win10不让运行脚本的安全策略,需要以管理员权限打开powershell或cmd 执行文章来源地址https://www.toymoban.com/news/detail-419016.html
set-executionpol
到了这里,关于npm 设置淘宝镜像、nrm、nodemon的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!