-
Notifications
You must be signed in to change notification settings - Fork 200
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
build with nuxt3 not find tslib #516
Comments
Likely due to this change to PNPM{
"pnpm": {
"overrides": {
"tslib": "2.5.1"
}
}
} Yarn{
"resolutions": {
"tslib": "2.5.1"
}
} |
@slavanossar thx bro. |
@NaCoLiu I think leave this issue open, this module might need to be updated to use new exports from |
@slavanossar any resolution for npm? |
@oosame you can try pinning the version by adding the required version as a dependency npm install tslib@2.5.1 --save-dev |
thx bro. |
Also need to check that package.json has "type": "module" |
{
"overrides": {
"tslib": "2.5.1"
}
} |
Any updates on this? It'd be nice if this gets fixed in v5 and we could use the latest version tslib, since some other libraries need it. |
@Sina-Afsharmanesh check one of these solutions. Both should work. |
just add to nuxt config
|
Environment
Describe the bug
Expected behaviour
Reproduction
No response
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: