Vol/install执行提示过期.txt

7 lines
305 B
Plaintext
Raw Normal View History

2024-03-05 10:33:12 +08:00
淘宝镜像已过期如果使用的淘宝镜像可能npm install安装不成功解决办法查看镜像npm get registry如果用的淘宝镜像按下面的操作
1. 清空缓存
npm cache clean --force
2. 切换新源
npm config set registry https://registry.npmmirror.com
3、npm install