question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ESLint errors after following instructions

See original GitHub issue

Description

After running through the instructions for the Atom editor here: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#displaying-lint-output-in-the-editor

My editor is throwing an error.

Expected behavior

ESLint should run and parse the files for any linting errors.

Actual behavior

The following error in the dev console:

Error running ESLint Error: ESLint not found, Please install or make sure Atom is getting $PATH correctly

Environment

react-scripts@0.9.5
node v7.9.0
npm v4.2.0

Running on OSX 10.12.4

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Siyfioncommented, May 2, 2017

@gaearon Ah, that’d be why then! Out of interest, what’s the reason for the change in recommendation?

0reactions
Siyfioncommented, May 17, 2017

Ah great, thanks for the explanation!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rules - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
How I dealt with over 30,000 ESLint errors - In Plain English
A comprehensive guide to ESLint configuration.
Read more >
Ignore or prevent ESLint errors from breaking the build in a ...
You should have compile errors at the dev stage to prevent wrong code moves on to the production stage. Don't you commit changes...
Read more >
ESLint | WebStorm Documentation - JetBrains
WebStorm shows warnings and errors reported by ESLint right in ... These rules will be applied after the rules from package.json, .eslintrc.
Read more >
How To Enable Linting on Save with Visual Studio Code and ...
Learn how to lint your code on every file save using ESLint rules and VS Code settings. ... Step 2 – Creating an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found