-
Notifications
You must be signed in to change notification settings - Fork 14
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
Peer dependency conflict when creating projects using NPM 8 #24
Comments
Same here. Tried to submit the issue to |
How frustrating that they just closed your PR with no discussion and then locked the thread @frederikheld. @ota-meshi how can you just close the PR with no explanation and no resolution to a legitimate issue. ES Lint does not work out of the box with Vue CLI. |
Actually I was able to reproduce this. It seems the offending configuration is the use of the option that uses the
Choose the following options:
Delete the
Breaks with the following error=
|
Exactly same error here, any solutions ? |
after steps above too |
We've abandoned Vue-CLI in favour for Vite |
In reference to the following issue:
vuejs/vue-cli#7189
It looks like this library at the default install of version
6.1.0
when using the Vue CLI has incompatible peer dependencies with theeslint-plugin-vue
module installed as part of the Vue CLI setup.This is broken out the box on Vue CLI version 5.x on NPM 8
Step to Reproduce
The text was updated successfully, but these errors were encountered: