T
Twenty2mo ago
Jay

Local Setup Issue

Hey everyone. I'm trying to contribute to this project but I'm running into an issue. Whenever I run yarn install from the root, it gets stuck during the fetch step. It just exits after a long wait and doesn't install the node_modules. Any idea what could be going wrong or how to debug this better? Would really appreciate any pointers
No description
28 Replies
sh4vm
sh4vm2mo ago
Yeah-Same.
Prastoin
Prastoin2mo ago
Hello there, what is your internet speed connection ? Also please how many free disk space left do you have ?
Jay
JayOP2mo ago
I have around 90 gb of free space and internet speed is also stable
Prastoin
Prastoin2mo ago
What's your node version ? Are you able to install dependencies of another project using yarn 4 ?
Jay
JayOP2mo ago
node version is 22.17.1
Prastoin
Prastoin2mo ago
What's your os ?
Jay
JayOP2mo ago
Yeah i can download dependencies of other project using yarn I'm running it in wsl
Prastoin
Prastoin2mo ago
"it just exists" any errors in the console ? Such as a timeout?
Jay
JayOP2mo ago
Yeah it just exists the process without any errors
sh4vm
sh4vm2mo ago
hey! Mine also exits without any error code I'm on arch linux. ❯ yarn --version 4.9.2 ❯ node --version v22.17.1
No description
Jay
JayOP2mo ago
I'm also getting the same issue. If you get solution to it inform me also
sh4vm
sh4vm2mo ago
Yeah sure, you too
Prastoin
Prastoin2mo ago
Will try to reproduce by the end of the day or tomorrow morning paris tz
Jay
JayOP2mo ago
Okay sure
Prastoin
Prastoin2mo ago
Unfortunately unable to reproduce the issue I would recommend trying clearing yarn cache yarn cache clear
Jay
JayOP2mo ago
I have tried it many times but still the issue remain same
Prastoin
Prastoin2mo ago
I have around 90 gb of free space and internet speed is also stable
Are you working on a vm ? are you sure it has 90gb available ?
Jay
JayOP2mo ago
No description
sh4vm
sh4vm2mo ago
What was your node and yarn version?
Prastoin
Prastoin2mo ago
same than you It's protected by the project configuration anw
Jay
JayOP2mo ago
So, is there any workaround to run the project locally at this point?
Prastoin
Prastoin2mo ago
Could you please try removing the node_modules folder and yarn lockfile ? Just to see, not a durable solution
Jay
JayOP2mo ago
node_modules are not downloaded at all
Prastoin
Prastoin2mo ago
Please still try removing the lockfile
Akshat Modi
Akshat Modi2mo ago
Hello everyone, I am trying to setup the project but facing some issues on yarn install same as the one mentioned by @Jay , can anyone please help me with it? I am trying to setup on wsl.
No description
Jay
JayOP2mo ago
I'm still facing this issue
Prastoin
Prastoin2mo ago
Hello there, unfortunately we have been unable to reproduce the issue on our issue If anyone that is able to reproduce could dig deeper such as enabling verbose or disabling specific yarn install options it would be awesome
Prastoin
Prastoin2mo ago

Did you find this page helpful?