Vol/install执行提示过期.txt

7 lines
305 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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