We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after the update from version 2.27.5-1 to 2.27.5-2 i get the error:
Oops! Something went wrong! :( ESLint: 8.43.0 Error: Failed to load plugin 'import' declared in '.eslintrc.cjs': Cannot find module 'resolve-pkg-maps'
The text was updated successfully, but these errors were encountered:
I fixed mine by adding in resolve-pkg-maps to my dev dependencies, which seems to work.
Sorry, something went wrong.
Dep upgrade
3ea1b76
resolve-pkg-maps is needed until eslint-plugin-i adds it, see un-ts/eslint-plugin-import-x#8
Interesting, this is because get-tsconfig requires resolve-pkg-maps at runtime, but we've downgraded it as vendor, I'll fix it ASAP.
get-tsconfig
resolve-pkg-maps
fixed
No branches or pull requests
after the update from version 2.27.5-1 to 2.27.5-2 i get the error:
The text was updated successfully, but these errors were encountered: