-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to resolve modules when using yarn's PnP linker #130
Unable to resolve modules when using yarn's PnP linker #130
Comments
If you already know it's an issue from |
To document this package doesn't work anymore when using yarn PnP and extending a |
It depends on And I've documented |
I noticed you raised privatenumber/get-tsconfig#27, but you just gave up by closing the PR. Personally I don't use yarn pnp, you need provide a reproduction for By the mean time, you can still use v2 as workaround for now. |
Although this is clearly be a bug from upstream, but I'd like to fix it on our side first, because it should not be so tough because we're already using |
@meriouma |
Wow, thanks @JounQin for the fast work. although it is causing more issues. Now there are a lot of import error appearing when running eslint :
I took a look at your PR and I'm not sure what is the change that could cause this issue 🤔 |
Oh, right. Thank you! |
This is a breaking change in v3. Trying to run eslint with
eslint-import-resolver-typescript@3+
yields multipleerror Resolve error: File '@equisoft/typescript-config/tsconfig.standards.json' not found.
4:15 error Unable to resolve path to module './some-module
Reproduction branch : https://github.com/kronostechnologies/tax-ca/tree/get-tsconfig-issue
Steps :
yarn install
yarn eslint
I believe the issue is caused by the change from tsconfig-paths to get-tsconfig (privatenumber/get-tsconfig#26)
The text was updated successfully, but these errors were encountered: