npm换源

发布时间:2021-03-22 06:29:10
修改时间:2023-08-23 08:21:29
总阅读数:1029
今日阅读数:0
昨日日阅读数:0
字数:512

npm换源

查看当前源:

npm config get registry

默认源:

npm config set registry https://registry.npmjs.org

淘宝源:npm config set registry https://registry.npm.taobao.org

淘宝源(新):

npm config set registry https://registry.npmmirror.com

单次指定源

npm --registry https://registry.npmmirror.com install