-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve error: unable to load resolver "node". #8
Comments
Would you be able to make a minimal repo to reproduce this issue? |
Of course! Here you go: https://github.com/sebald/eslint-plugin-monorepo-typescript I noticed that I haven't mentioned that we are using |
Yeah i met the exactly same issue. Using |
I can confirm this worked properly after adding in the |
For me, installing |
If
eslint-plugin-import
is not installed the plugin will throw the following error:when trying to resolve an
import
statement.I not sure why installing
eslint-plugin-import
solves this issue (maybe incompatible with@typescript-eslint
?). Is there a better way to fix this?The text was updated successfully, but these errors were encountered: