`npm run lint` failing on osx
See original GitHub issueI’m following along with the Building a JavaScript Development Environment
Pluralsight course, Linting chapter - Demo video. I just modified package.json and added .eslintrc.json
Running npm run lint
produces an error, and creates the attached npm-debug.log file.
There are no spaces in any directories in my projects path. Can you advise?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to prevent npm run lint from fixing errors automatically?
I have a GitHub action workflow checking the code style and using npm run lint is wrong because the workflow fixes the code...
Read more >NPM local server won't start. I am getting an error with ESLint
Failed at the react-redux-course@1.0.0 lint script. npm ERR! This is probably not a problem with npm. There is likely additional logging output ......
Read more >lint-staged - npm
Start using lint-staged in your project by running `npm i lint-staged`. ... lint-staged will exit with an error and abort the commit.
Read more >Commit hooks are skipped due to PATH issues - Jira - Atlassian
At first I thought it's a problem with lint-staged or husky but eventually ... Before, all we had to do was run npm...
Read more >Npm install is failing while running redash [macOSX]
I'd double check you're using compatible versions of Node and NPM. Seems like a dependency that might no be supported either by your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Reinstalled, to no avail. The issue stemmed from having the line ‘debugger;’ in index.js
relevant thread: https://github.com/eslint/eslint/issues/7933