- 切换到淘宝源
npm config set registry https://registry.npm.taobao.org
npm config set registry http://registry.npmjs.org
- 查看当前源
npm config get registry
- 其余常用操作
npm config set <key> <value>
npm config get [<key>]
npm config delete <key>
npm config list
npm config edit
npm set <key> <value>
npm get [<key>]
网友评论