WLOP | 北漠
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# ORnpm info expressPip 清华源
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simplecnpm(不推荐):
npm install -g --registry=https://registry.npm.taobao.org
# 使用
cnpm install install express