-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cannot find module 'eslint-plugin-react' with Node 4.2.6 (5.6 works) #8
Comments
Can you try deleting your Also, what version of node are you using? |
Tried that, same result. I'm using node 4.2.6 and npm 2.14.12. |
It does work in Node 5.6 |
Can you run |
Also, can you share if you're also depending on |
6.0.5 for the command. Yes I also have
|
@feross any ideas? |
Since you're depending directly on But, it causes problems when Quick fix for you is to also install PRs for the real fix are here: standard/standard-engine#73 standard/standard#427 |
Released as standard 6.0.6. |
Fix confirmed, just reran the build (reinstall snazzy). |
great, thanks for letting me know! |
Sorry, I had to revert this change in We'll have to hold out for a proper fix from eslint: eslint/eslint#5175 |
I suggest just installing |
Was trying to use codeclimate eslint engine, so I might move away from snazzy and use https://github.com/jden/standard-codeclimate, but it's outdated.. was hoping to use latest eslint. |
@knownasilya You should talk with @jden. He's probably fine with updating the standard version in |
Not sure why I'd need to install this, since I'm not using react. Seems like a dep is missing somewhere..
The text was updated successfully, but these errors were encountered: