-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
Conflicting peer dependency: eslint-plugin-vue on NPM 8 #1999
Comments
Relates to #1931 which was close with no explanation or resolution |
Relates to vuejs/eslint-config-standard#24 which has had no response |
If you believe the issue is in the wrong place please don't just close the issue without at least engaging the author. |
I couldn't reproduce your problem. However, looking at the VueCLI documentation, VueCLI seems to be in maintenance mode. |
I was unable to reproduce this on a fresh project. I am going to have to compare what has changed since the issues were originally happening to find out what has changed and apply them to existing products which are currently breaking with this issue. I will also have a look at the new Vite scaffolding and configuration and potential move off of 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=
|
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
I am re-opening an issue that was closed without resolution but completely fails to address the reported issue which is 100% related to ESlint within Vue when using the Vue CLI.
#1931
vuejs/eslint-config-standard#24
What did you expect to happen?
It should work. The dependencies are just wrong, and now NPM 8 is enforcing them.
What actually happened?
Repository to reproduce this issue
You don't need one as this breaks out the box from a new project.
The text was updated successfully, but these errors were encountered: