Skip to content

Broken package.json file #36

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

Closed
iliubinskii opened this issue Oct 29, 2021 · 3 comments
Closed

Broken package.json file #36

iliubinskii opened this issue Oct 29, 2021 · 3 comments

Comments

@iliubinskii
Copy link

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:
Screen

@Mister-Hope
Copy link

I think this should be fixed

@zoxon
Copy link

zoxon commented Nov 1, 2021

#37

@haoqunjiang
Copy link
Member

Oops. Thanks!
I don't use npm 7 or 8 personally so I didn't realize this issue until now.

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