解决方案报错信息如图:
网上有说是版本不一致的原因,那么检测 npm 的版本
npm -v
更新npm版本命令:
npm install npm -g 要记住全局更新
cnpm install npm -g 淘宝镜像会比较
2021-07-18