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

28 Replies
Yeah-Same.
Hello there, what is your internet speed connection ?
Also please how many free disk space left do you have ?
I have around 90 gb of free space and internet speed is also stable
What's your node version ?
Are you able to install dependencies of another project using yarn 4 ?
node version is 22.17.1
What's your os ?
Yeah i can download dependencies of other project using yarn
I'm running it in wsl
"it just exists" any errors in the console ? Such as a timeout?
Yeah it just exists the process without any errors
hey! Mine also exits without any error code
I'm on arch linux.
❯ yarn --version
4.9.2
❯ node --version
v22.17.1

I'm also getting the same issue.
If you get solution to it inform me also
Yeah sure, you too
Will try to reproduce by the end of the day or tomorrow morning paris tz
Okay sure
Unfortunately unable to reproduce the issue
I would recommend trying clearing yarn cache
yarn cache clear
I have tried it many times but still the issue remain same
I have around 90 gb of free space and internet speed is also stableAre you working on a vm ? are you sure it has 90gb available ?

What was your node and yarn version?
same than you
It's protected by the project configuration anw
So, is there any workaround to run the project locally at this point?
Could you please try removing the
node_modules
folder and yarn lockfile ?
Just to see, not a durable solutionnode_modules are not downloaded at all
Please still try removing the lockfile
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.

I'm still facing this issue
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
yarn install | Yarn
Install the project dependencies.