Open ryanmargono opened 2 weeks ago
2. delete your package lock file
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 pnpm version: 2.0.0-beta.28
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?
@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.
What is the diff between the old and new package-lock files? Deleting the package-lock might cause another dependency to update.
@jacksteamdev Here's the diff of the lockfiles when the issue started please let us know if you find any potential issues, thanks! 🙏
3.11.0 is working properly. I have not tried more advanced versions.
@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?
@SSTPIERRE2
--max-old-space-size
parameter
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