正文开始 -- 查看当前地址:
npm config get registry
https://registry.npmjs.org/
npm config get disturl
undefined
-- 设置当前地址(设置为淘宝镜像)
npm config set registry http://registry.npm.taobao.org/
-- 设置当前地址(设置为默认地址)
npm config set registry https://registry.npmjs.org/
-- 每次执行命令前加入–registry指定仓库路径
npm --registry https://registry.npm.taobao.org install
# 使用nrm工具切换淘宝源
npx nrm use taobao
# 如果之后需要切换回官方源可使用
npx nrm use npm
————————————————
版权声明:本文为CSDN博主「itzilong」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/zhizhuodewo6/article/details/107310261/
正文结束 |
js 正则替换返回值做回调函数 | 百度ueditor富文本编辑器脚本路径设置 |