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.

Error: command 'eslint.*' not found

See original GitHub issue

Hi there, some time ago eslint has totally stopped working for me 😦 And currently, I am out of ideas why.

tool/env version
System OS X El Capitan 10.11.6
VSCode 1.13.1
ESLint plugin 1.2.11
ESlint 3.19.0

List of my extensions (not all of them enabled per workspace):

EditorConfig.EditorConfig
HookyQR.beautify
PKief.material-icon-theme
Tyriar.sort-lines
akamud.vscode-theme-onedark
alefragnani.project-manager
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
dbaeumer.jshint
dbaeumer.vscode-eslint
deerawan.vscode-jasmine-es5
dzannotti.vscode-babel-coloring
eg2.tslint
freebroccolo.sml
gerane.Theme-Clouds
ionutvmi.spacegray-vscode
joelday.docthis
johnpapa.Angular2
ms-vscode.Theme-MaterialKit
ms-vscode.jscs
ms-vscode.sublime-keybindings
msjsdiag.debugger-for-chrome
redhat.java
robertohuertasm.vscode-icons
robinbentley.sass-indented
shinnn.stylelint
zhuangtongfa.Material-theme

Eslint commands are not found, nor eslint is listed in output’s tool selection. Where can I start to look for the root cause or to fix the issue? Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
dbaeumercommented, Nov 1, 2017

This was me breaking something in 1.4.1. I published 1.4.2 which addresses this.

0reactions
winixtcommented, Nov 14, 2017

The computer power off suddenly shut down. Deleted and downloaded eslint, and nothing changed. Reinstall vscode fixed this issue. ps: console nothing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eslint --init Command not found · Issue #10192 - GitHub
Hi! I want to set globally the module settings for all projects. I try: npm install -g eslint. After I enter: eslint --init....
Read more >
ESlint Error Install from Command Line - Stack Overflow
For: Zsh: command not found: eslint npm install eslint-plugin-react-hooks --save --dev. then run: npm install -g eslint. It should work.
Read more >
ESLint is installed, but I encounter `bash: eslint: command not ...
Try running npx eslint -v . npx is a utility for running command-line commands from stuff you have installed in node_modules. If it...
Read more >
Fix 'eslint: command not found' in Linux | Programmer Hat
The most probable solution to fixing the “eslint: command not found” error message is to simply install the eslint command on your Linux...
Read more >
ESLint - npm
Why can't ESLint find my plugins? · Make sure your plugins (and ESLint) are both in your project's package. · Make sure you...
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