赞
踩
详细报错是这样的~~
我尝试了以下步骤就解决了这个问题
大家也可以试一试哦!!!
- 安装core-js
- npm install --save core-js
-
- 查看版本
- npm -v
-
- 安装最新版本
- npm install -g npm
-
- npm安装
- npm install
-
- 运行dev
- npm run dev
-
- 一般执行上面这几步就可以解决了~~~
- 如果还未解决 可以尝试以下步骤
-
- 强力清除缓存
- npm cache clean --force
-
- 安装@vue/cli-plugin-eslint
- npm i @vue/cli-plugin-eslint
-
-
- 安装低版本npm
- cnpm install npm@6.13.4 -g
-
- npm更新包
- npm update

Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。