-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Global standard doesn't find global babel-eslint since version 13 #1328
Comments
Thanks for the issue. There is a bug right now where |
This should be fixed in |
Unfortunately, I still get the same error, on CI and locally. 😬 |
ESLint 6 changed the way that parsers and plugins are resolved. They must now be installed locally in your project, even if |
This may be fixed if we adopt the |
What version of standard?
13.0.1
What operating system, Node.js, and npm version?
Arch Linux (locally) and Docker image
circleci/ruby:2.5.3-node-browsers
.Node: 11.15.0
npm: 6.10.0
babel-eslint: 10.0.2
What did you expect to happen?
npm install -g standard babel-eslint
to install compatible versions of both.What actually happened?
Running
standard --parser babel-eslint [files]
throws an error:Workaround
Installing
standard
version<13
works fine.Edit: Added the name of the Docker image we use in our CI.
The text was updated successfully, but these errors were encountered: