赞
踩
解决方法:
第一种:
删除项目的node_modules
文件夹,重新执行
- npm i
-
-
- npm run dev
第二种
降低webpack版本
- npm uninstall xxxxx 卸载
-
-
- npm install xxxxxxxx 安装
-
-
-
- npm run dev
当以上两种还不行就得检查node.js的环境了
本人是使用nuxt.js时构建项目运行就是报这个错,原因就是node.js版本过低而导致报错的
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。