Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFailed to load plugin react: Cannot find module 'eslint-plugin-react' #986
Comments
This comment has been minimized.
This comment has been minimized.
|
I suggest re-installing a fresh copy Hope this helps! I'm going to close this issue, but feel free to comment if you're still seeing problems. |
Flet
closed this
Nov 7, 2017
lock
bot
locked as resolved and limited conversation to collaborators
May 10, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
stephen-last commentedSep 14, 2017
I'm running Atom 1.20.0 and have Standard installed in a local project.
Every time I open a
.jsfile I get:The contents of
C:\node\sandbox\aws\node_modules\standard\eslintrc.json:{ "extends": ["standard", "standard-jsx"] }This project doesn't use React at all, however the page type in the bottom right-hand corner of Atom says
JavaScript (JSX).This hasn't been a problem before, and I certainly don't want to have to change all my React projects to
.jsxrather than.jsto avoid this error.How do I make this error go away..?