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 2019 年 12 月 18 日
3ks
|
2
nttisthebest 2020 年 6 月 22 日
用官方的不是不知道淘宝镜像,淘宝容易出问题,所以都用 npm 官方源。挂个梯子就完了
|