-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Bug] TypeScript resolution in latest dev build #2799
Comments
It seems this PR introduced conflicts. Starting from 3.0, when conflicts arise, rather than abort the install, we fallback on the regular TS package (so that you can at least switch to the Note that the failed patch is probably in your install logs (at least the first time you install it). |
I don't have them anymore, but I can reinstall if you need them, but if you know what's wrong, you probably don't need it, do you? |
Yep I think the info are enough, it was just to provide a bit of context. Thanks for the report 👍 |
Noticing this on ts 4.3.2. Any updates here? |
It seems it's all 4.3.x |
Describe the bug
The latest dev version of TypeScript 4.3 doesn't work anymore, it fails to import anything. This was probably introduced through microsoft/TypeScript#43700.
To Reproduce
Create a project with typescript and any other package. Try to import the package in typescript.
Environment:
The text was updated successfully, but these errors were encountered: