We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Your package.json contains conflicting eslint-plugin-vue versions in dev and peer:
"devDependencies": { "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", "eslint-plugin-vue": "^8.0.1", "execa": "^4.0.3", "jest": "^26.5.2", "typescript": "^4.0.3", "vue": "^2.6.12", "vue-class-component": "^7.2.6", "vue-property-decorator": "^9.0.2" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0", "eslint-plugin-vue": "^7.17.0" },
This leads to npm error:
The text was updated successfully, but these errors were encountered:
I think this should be fixed
Sorry, something went wrong.
#37
Oops. Thanks! I don't use npm 7 or 8 personally so I didn't realize this issue until now.
No branches or pull requests
Your package.json contains conflicting eslint-plugin-vue versions in dev and peer:
This leads to npm error:

The text was updated successfully, but these errors were encountered: