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 4.18.1 unmet peer dependency due to table 4.0.3 updating to ajv 6 #10023

Closed
Ricket opened this issue Feb 26, 2018 · 1 comment
Closed
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion triage An ESLint team member will look at this issue soon

Comments

@Ricket
Copy link

Ricket commented Feb 26, 2018

Tell us about your environment

  • ESLint Version: 4.18.1
  • Node Version: 6.2.0
  • npm Version: 3.8.9

What parser (default, Babel-ESLint, etc.) are you using? n/a

Please show your full configuration: n/a

What did you do?

npm install

What did you expect to happen? Success

What actually happened? Please include the actual, raw output from ESLint.

└─┬ eslint@4.18.1
  ├─┬ ajv@5.5.2
  │ ├── fast-deep-equal@1.1.0
  │ ├── fast-json-stable-stringify@2.0.0
  │ └── json-schema-traverse@0.3.1

...

npm WARN ajv-keywords@3.1.0 requires a peer of ajv@^6.0.0 but none was installed.

...

  └─┬ table@4.0.3
    ├── UNMET PEER DEPENDENCY ajv@6.2.0
    ├── ajv-keywords@3.1.0

Looks like table 4.0.3 updated their ajv dependency to 6.x, but eslint is still on ajv 5.5.2.

@eslint-deprecated eslint-deprecated bot added the triage An ESLint team member will look at this issue soon label Feb 26, 2018
@not-an-aardvark
Copy link
Member

Closing as a duplicate of #10022

@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators Aug 27, 2018
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label Aug 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion triage An ESLint team member will look at this issue soon
Projects
None yet
Development

No branches or pull requests

2 participants