73 words
1 minute
npm 国内镜像换源

淘宝npm地址:#

http://npm.taobao.org/

临时生效:

npm install 软件名 --registry https://registry.npm.taobao.org

永久生效

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

验证:

npm config get registry
# OR
npm info express

Pip 清华源#

pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

cnpm(不推荐):#

npm install -g --registry=https://registry.npm.taobao.org
# 使用
cnpm install install express

npm更换国内源—解决npm install慢的问题

npm 国内镜像换源
https://evanyuki.github.io/posts/ebc9beb92ab143099b3726faad0da960/
Author
Evanyuki
Published at
2022-09-13
License
CC BY-NC-SA 4.0