Skip to content
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

dependency resolve-pkg-maps is missing in 2.27.5-2 #8

Closed
ahippler opened this issue Jun 21, 2023 · 3 comments
Closed

dependency resolve-pkg-maps is missing in 2.27.5-2 #8

ahippler opened this issue Jun 21, 2023 · 3 comments

Comments

@ahippler
Copy link

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'
@Sparticuz
Copy link

I fixed mine by adding in resolve-pkg-maps to my dev dependencies, which seems to work.

Sparticuz added a commit to Sparticuz/eslint-config that referenced this issue Jun 21, 2023
resolve-pkg-maps is needed until eslint-plugin-i adds it, see un-ts/eslint-plugin-import-x#8
@JounQin
Copy link
Member

JounQin commented Jun 24, 2023

Interesting, this is because get-tsconfig requires resolve-pkg-maps at runtime, but we've downgraded it as vendor, I'll fix it ASAP.

@JounQin
Copy link
Member

JounQin commented Jun 24, 2023

fixed

@JounQin JounQin closed this as completed Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants