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
I have a project Foo with several modules, one of them is webapp. This is the module that requires ESLint.
Oops! Something went wrong! :(
ESLint: 6.8.0.
ESLint couldn't find the plugin "@typescript-eslint/eslint-plugin".
(The package "@typescript-eslint/eslint-plugin" was not found when loaded as a Node module from the directory "/Users/jonathan/IdeaProjects/Foo".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install @typescript-eslint/eslint-plugin@latest --save-dev
The plugin "@typescript-eslint/eslint-plugin" was referenced from the config file in "webapp/.eslintrc.js".
If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team.
This problems happens with Automatic ESLint configuration and with Manual configuration :
Extra eslint options : --resolve-plugins-relative-to /Users/jonathan/IdeaProjects/Foo/webapp
Without any success. I don't understand why it tries to load the plugin from the root of the project instead of the module it lies in. Is this the expected behavior ?
The text was updated successfully, but these errors were encountered:
I have a project
Foo
with several modules, one of them iswebapp
. This is the module that requires ESLint.This problems happens with
Automatic ESLint configuration
and withManual configuration
:I also tried to add :
Without any success. I don't understand why it tries to load the plugin from the root of the project instead of the module it lies in. Is this the expected behavior ?
The text was updated successfully, but these errors were encountered: