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.

Failed to load eslint library. Please install eslint in your workspace folder using 'npm install eslint' or globally using 'npm install -g eslint' and then pres

See original GitHub issue

From @Ciget on February 10, 2016 21:56

Hi folks,

I several time during using VS Code see error like this:

Failed to load eslint library. Please install eslint in your workspace folder using ‘npm install eslint’ or globally using ‘npm install -g eslint’ and then pres

Of course i`ve tried to install it locally and globally as well, but no result - still the same error. My OS - Windows 10. Version of VS Code - 0.10.8

Does somebody has the same issue and maybe you have thoughts how to fix it? Thanks.

Copied from original issue: Microsoft/vscode#2909

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:36 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
dbaeumercommented, Dec 20, 2016

The ESLint extension has currently no support for globally install eslint module via yarn. I opened: https://github.com/Microsoft/vscode-eslint/issues/187

1reaction
vxzhongcommented, Aug 24, 2016

After chsh -s /bin/zsh, reboot the mac osx, then the vscode will detect the default shell to ‘zsh’, then the global installed ‘eslint’ will be found.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to load eslint library. Please install eslint in ... - GitHub
Failed to load eslint library. Please install eslint in your workspace folder using 'npm install eslint' or globally using 'npm install -g eslint'...
Read more >
ESLint not working in VS Code? - Stack Overflow
I have use the command eslint --init to add the basic .eslintrc.json to the main directory of my package. Other people were able...
Read more >
VS Code ESLint extension - Visual Studio Marketplace
If you haven't installed ESLint either locally or globally do so by running npm install eslint in the workspace folder for a local...
Read more >
ESLint - npm
ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and...
Read more >
ESLint | IntelliJ IDEA Documentation - JetBrains
In the embedded Terminal ( Alt+F12 ) , type one of the following commands: npm install --g eslint for global installation. npm install...
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