-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Error: Failed to load config "xo" to extend from #504
Comments
I can now reproduce it locally on npm 7.0.8 |
This seems to be caused by ...which conflicts with xo wanting v7: https://github.com/xojs/eslint-config-xo/blob/master/package.json#L63 So npm apparently decides to not install eslint-config-xo? 🤔 |
That sounds like a npm bug. |
Yeah! Might be fine to close it, but maybe other folks will start running into it. A “fix” might be to add an eslint peer-dep higher up? |
But ESLint is already a dependency. |
...d’oh, of course. Well, that’s really weird 🤔 OK: another idea on why this might’ve happened: ESLint 6 and xo were placed in |
Merging into #404 |
I cannot reproduce this locally, but fresh installs of Node, npm, etc, on Travis and GitHub Actions started failing recently:
On Travis (https://travis-ci.org/github/micromark/micromark/jobs/740973140#L257)
On Actions: https://github.com/micromark/micromark/runs/1357272781?check_suite_focus=true#step:5:34
I am guessing this has something to do with npm@7’s peer dep resolving? 🤔
The text was updated successfully, but these errors were encountered: