npm config get registry //查看当前的数据源
但是我要切换到淘宝数据源
npm install -g cnpm --registry=https://registry.npm.taobao.org
npm config get registry //查看当前的数据源
但是我要切换到淘宝数据源
npm install -g cnpm --registry=https://registry.npm.taobao.org
本文标题:npm数据源的切换
本文链接:https://www.haomeiwen.com/subject/wpmswctx.html
网友评论