1.临时使用

在终端输入:

npm --registry https://registry.npm.taobao.org install express

2.持久使用

npm config set registry https://registry.npm.taobao.org
// 配置后通过下面两种方式验证是否成功,出现淘宝的网址表示成功
npm config get registry 
//或
npm info express

3.通过cnpm使用

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

前往低代码交流专区

更多推荐