taobao 更新的有些慢,还是想用官方的地址
mkdir express_test1 &&
cd express_test1 &&
npm init
npm install express --save --https-proxy https://node:[email protected]:4443 --registry=https://registry.npmjs.org/
taobao 更新的有些慢,还是想用官方的地址
mkdir express_test1 &&
cd express_test1 &&
npm init
npm install express --save --https-proxy https://node:[email protected]:4443 --registry=https://registry.npmjs.org/
1
lxk11153 Dec 18, 2019
3ks
|
2
nttisthebest Jun 22, 2020
用官方的不是不知道淘宝镜像,淘宝容易出问题,所以都用 npm 官方源。挂个梯子就完了
|