You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running npm install -g eslint eslint-config-fullstack eslint-plugin-react babel-eslint and creating the file ~/.eslintrc.json with the following contents:
Will make eslint work, as per the instructions in the workshop.
Actual Behavior
Running eslint generates the following error message:
Oops! Something went wrong! :(
ESLint: 6.0.1.
ESLint couldn't find the config "fullstack" to extend from. Please check that the name of the config is correct.
The config "fullstack" was referenced from the config file in "/Users/joshua/.eslintrc.json".
If you still have problems, please stop by https://gitter.im/eslint/eslint to chat with the team.
Temporary Workaround
Downgrading eslint to version 5.0.1 works. I modified the instructions to:
Thanks for the note, I need to do a lot of housekeeping on the versions here. I should also amend the installation instructions to be pinned to compatible versions so that this doesn't happen every time the peer deps fall out of sync. Will get on this soon, maybe later this week.
Expected Behavior
Running
npm install -g eslint eslint-config-fullstack eslint-plugin-react babel-eslint
and creating the file~/.eslintrc.json
with the following contents:Will make eslint work, as per the instructions in the workshop.
Actual Behavior
Running
eslint
generates the following error message:Temporary Workaround
Downgrading
eslint
to version 5.0.1 works. I modified the instructions to:npm install -g [email protected] eslint-config-fullstack eslint-plugin-react babel-eslint
And everything worked perfectly.
The text was updated successfully, but these errors were encountered: