淘宝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慢的问题

Last Updated: