npm ERR! ERESOLVE unable to resolve dependency tree

npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! ERESOLVE unable to resolve dependency tree_第1张图片
新建 vue 项目出现上面的报错,尝试运行项目后,出现了新的报错
Syntax Error: Error: Failed to load plugin 'vue' declared in '.eslintrc.js': Cannot find module 'eslint-plugin-vue' Require stack:
npm ERR! ERESOLVE unable to resolve dependency tree_第2张图片
解决办法:

npm i --legacy-peer-deps
npm i eslint-plugin-vue

就可以愉快地运行项目啦

你可能感兴趣的:(vue,vue)