错误:Cannot find module 'eslint/lib/formatters/stylish'
nodejs启动vuejs项目报错Failed to compile../src/index.jsModule build failed: Error: Cannot find module 'eslint/lib/formatters/stylish'复制代码错误原因:没有找到对应的模块解决:1、删除项目下的package-lock.json 和 yarn.lock文件;2、...
·
nodejs启动vuejs项目报错
Failed to compile.
./src/index.js
Module build failed: Error: Cannot find module 'eslint/lib/formatters/stylish'
复制代码
错误原因:没有找到对应的模块
解决:
1、删除项目下的package-lock.json 和 yarn.lock文件;
2、删除node_modules文件夹;
3、执行 npm install 重新安装npm包
更多推荐



所有评论(0)