-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Error typescript version dependency #377
Comments
Posible solution Remove typescript of dependencies from package |
As @guilhermegregio states, I don't think neither |
Hello, |
Same problem here =/ |
I will take a look at this over the weekend. |
Same here with typescipt@5.x.x as a devDependency on my project. If I downgrade to typescript 4 or lower, the error is gone, but my project can't use lower than 5. |
I was unable to reproduce the issue by creating a new root config / application, and upgrading to the latest typescript 5 version. Can you please specify which package manager you are using, and post a small reproduction repository? |
Hello,
|
I am able to replicate the issue following those steps. Note that pnpm doesn't seem to have the same issue, so perhaps it is yarn-specific. |
Up |
I got this recently, add the specific typescript version on Instead assign the typescript version with caret ( |
Reproduce
Install a new version of typescript and install package
webpack-config-single-spa-ts
Error
error An unexpected error occurred: "could not find a copy of typescript to link in /app/node_modules/webpack-config-single-spa-ts/node_modules".
The text was updated successfully, but these errors were encountered: