GoAdminGroup / example_with_vue

GoAdmin + Vue example
124 stars 47 forks source link

npm install element error #20

Open Smelly-calf opened 2 years ago

Smelly-calf commented 2 years ago

error details:

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vue-element-admin@4.2.1
npm ERR! Found: webpack@5.64.4
npm ERR! node_modules/webpack
npm ERR!   peer webpack@"^4.0.0 || ^5.0.0" from html-webpack-plugin@4.5.2
npm ERR!   node_modules/html-webpack-plugin
npm ERR!     peer html-webpack-plugin@"^3.0.0 || ^4.0.0" from script-ext-html-webpack-plugin@2.1.3
npm ERR!     node_modules/script-ext-html-webpack-plugin
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0" from script-ext-html-webpack-plugin@2.1.3
npm ERR! node_modules/script-ext-html-webpack-plugin
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/xxx/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/xxx/.npm/_logs/2021-12-06T10_19_30_538Z-debug.log
Smelly-calf commented 2 years ago

Is anybody else there?

duyunderdog commented 2 weeks ago

me