更换npm源

# npm查看源地址
npm config get registry
# 更换npm源为淘宝镜像
npm config set registry https://registry.npmmirror.com
# 恢复为默认源
npm config set registry https://registry.npmjs.org 

 

posted @ 2023-07-26 11:35  草木物语  阅读(73)  评论(0)    收藏  举报