npm
查看当前镜像源:
npm config get registry# https://registry.npmjs.org/
【npm/cnpm|npm/cnpm 设置镜像地址】修改当前镜像源:
npm config set registry https://registry.npmjs.org/
cnpm 安装 cnpm:
npm install cnpm -g
查看当前镜像源:
cnpm config get registry# https://registry.npm.example.com
修改当前镜像源:
cnpm config set registry https://registry.npm.example.com
版权声明
本博客所有的原创文章,作者皆保留版权。转载必须包含本声明,保持本文完整,并以超链接形式注明作者后除和本文原始地址:https://blog.mazey.net/2833.html
(完)
推荐阅读
- Vue基础教程|Vue基础教程(下篇)
- npm|Mentor让我调试npm包 我偷偷搬了一下午代码。。。
- Node百科|07.从命令行运行Node.js脚本
- nodejs|electron打开系统默认浏览器
- 面试|搭建个人博客
- 配置|node、gulp和npm的版本兼容问题
- vue|一篇文章汇总git常用命令