ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

standard v6 issues w/ babel-eslint parser (Failed to load parser) #231

Closed panva closed 5 years ago

panva commented 5 years ago

I have only local installations of standard and babel-eslint (no global installs)

Screenshot 2019-08-02 12 47 40

In a terminal everything works

Screenshot 2019-08-02 12 47 57

And yet in Atom

Screenshot 2019-08-02 12 47 46
Failed to load parser 'babel-eslint' declared in 'CLIOptions': Cannot find module 'babel-eslint'
Require stack:
- /__placeholder__.js

Ideas?

sonicdoe commented 5 years ago

Thank you for reporting this. I’ve just published v6.1.2 which should fix this issue 🎉