关于javascript:npmcnpm-设置镜像地址

37次阅读

共计 360 个字符,预计需要花费 1 分钟才能阅读完成。

npm

查看以后镜像源:

npm config get registry

# https://registry.npmjs.org/

批改以后镜像源:

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

(完)

正文完
 0