-
Notifications
You must be signed in to change notification settings - Fork 193
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
2.0.0-beta.26 causing vite out of memory errors #936
Comments
What is the diff between the old and new package-lock files? Deleting the package-lock might cause another dependency to update. |
I get the same error. Windows WSL2 Edit: I found that the cause of my problem is @tabler/icons-react version 3.20. |
@kadirgun we are using that too, did you find a working version? |
3.11.0 is working properly. I have not tried more advanced versions. |
@jacksteamdev Here's the diff of the lockfiles when the issue started please let us know if you find any potential issues, thanks! 🙏 |
@kadirgun hey man thanks a lot, locking down @tabler/icons-react to v3.11.0 got it working! We were using the caret range specifier where it was resolving to v3.21.0 which wasn't working 😅 Out of curiosity, how did you figure out that module/version was the culprit? |
|
Related tabler/tabler-icons#1233 |
Build tool
Vite
Where do you see the problem?
Describe the bug
This version is causing some issues with Vite build memory errors. This is especially problematic since this version is required to solve a lot of the new chrome update issues (runtime url, etc).
Reproduction
if you've just upgraded, need to do the following to reproduce. without it, it would work:
It should throw that error.
Logs
System Info
Severity
blocking all usage of RPCE
The text was updated successfully, but these errors were encountered: