Open ubugnu opened 4 months ago
I think my problem is related to yours: https://github.com/yarnpkg/berry/issues/6380
downgrading to 5.4.5 as suggested, resolves my issue as well. I pointed out that it's to do with pnp, which if I recall, you are also using. I'm using yarn@4.3.1 which is newer than yours and the problem still appears.
I think my problem is related to yours: https://github.com/yarnpkg/berry/issues/6380
downgrading to 5.4.5 as suggested, resolves my issue as well. I pointed out that it's to do with pnp, which if I recall, you are also using. I'm using yarn@4.3.1 which is newer than yours and the problem still appears.
Effectively I'm using pnp
The bug appeared with my GH Actions CI when I upgraded Yarn to 4.4.0 from 4.3.0, and the typescript does not match the local typescript checking, on CI errors on locally fine.
Self-service
Describe the bug
Many typescript errors appeared on my editors (vscode and nvim) when I upgraded typescript from evrsion
5.4.5
to the latest version5.5.3
. Compiling with./.yarn/sdks/typescript/bin/tsc
is causing "Module not found" errors.To reproduce
Environment
Additional context
Possible fix: