Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eslint-config-standard peer conflict when use eslint-plugin-vue@8 #14

Closed
hankaibo opened this issue Mar 24, 2022 · 4 comments
Closed

eslint-config-standard peer conflict when use eslint-plugin-vue@8 #14

hankaibo opened this issue Mar 24, 2022 · 4 comments

Comments

@hankaibo
Copy link

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Local\npm-cache_logs\2022-03-24T08_57_37_606Z-debug.log
PS F:\project\thtf-template> npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: thtf-template@0.0.1
npm ERR! Found: eslint-plugin-vue@8.5.0
npm ERR! node_modules/eslint-plugin-vue
npm ERR! dev eslint-plugin-vue@"^8.5.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-vue@"^7.0.0" from @vue/eslint-config-standard@6.1.0
npm ERR! node_modules/@vue/eslint-config-standard
npm ERR! dev @vue/eslint-config-standard@"^6.1.0" from the root project
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.

@glutaminefree
Copy link

Same problem

@kgeorgy
Copy link

kgeorgy commented Apr 20, 2022

Same problem, anybody to just fix this dependency issue?

@glutaminefree
Copy link

glutaminefree commented Apr 20, 2022

@kgeorgy

npm install --legacy-peer-deps

as temporary solution

@sodatea
Copy link
Member

sodatea commented May 12, 2022

@sodatea sodatea closed this as completed May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants