-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Just suddenly vite is causing some error in bitbucket.. I saw a fix for this but what about 5.4.14? #19260
Comments
That error would happen when I need a public bitbucket repo that reproduces this to investigate further. |
Hello @rchancey. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
Thanks for the comments. we are supposed to be on node 18. I will check with the build expert to verify. We have not changed that stuff in 10 months so I am just pasting this because 2 days ago the build was fine and I get back and vite is throwing this error.. and I saw some fix for something. I will get back on the node version and update if we are not at least on 18.. which is what we should be on. FROM --platform=linux/amd64 public.ecr.aws/sam/build-nodejs18.x:latest as builder. stay tuned! We are shut down until this is fixed :-( |
Thank you for al the comments.. it was a node issue.. we moved to node 18 and it went away . I am leaving it here incase others run into this. Thank you all! |
Also encountered this issue, rollback to 5.4.11 resolved it. |
@aoleksyshyn-spscommerce 5.4.11 has a vulnerability (GHSA-vg6x-rcgg-rjx6) so we don't recommend downgrading it. |
Describe the bug
I am using 5.4.14 and started getting this today . I have not compiled in 2 days .. there was some change 2 days ago that I saw someone do a fix for
This is on bitbucket.. .
pulling my hair out.. the little I have left..
error during build:
I am asking here since I saw someone had the same issue 2 days ago and made fix to the latest 6 branch. did it breaking something in 5?
TypeError: crypto$2.getRandomValues is not a function
Failed to build.
Reproduction
This is a build time.. no way to reproduce for you to see. I did paste the error
Steps to reproduce
I ran a build on bitbucket .... after not coding for 2 days.. and suddenly it's throwing this error. Works fine local so not sure
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: