SWC Error

Hello everyone, I am trying to setup the project on wsl but facing issues on running below command npx nx database:reset twenty-server
No description
No description
15 Replies
Prastoin
Prastoin4w ago
Hello have you been able to install dependencies?
Akshat Modi
Akshat ModiOP4w ago
Yes
Prastoin
Prastoin4w ago
Could you please share what you've done in order to install them in this thread ? https://discord.com/channels/1130383047699738754/1399446391809642617 Also the above error suggest you did know install the dependencies correctly
Akshat Modi
Akshat ModiOP4w ago
Actually I ran the same command i.e. yarn only, it worked on 5th or 6th try, don't know why it is not working on first try In between on running yarn it gave some resolution error but after closing wsl and running the command again it worked. @Prastoin my device has 8GB of RAM, could that be causing this SWC error, or could there be another problem?
Prastoin
Prastoin4w ago
Are you sure it just did not timedout ?
Akshat Modi
Akshat ModiOP4w ago
yes, it did not timedout this were the only errors coming as shown in the image
Prastoin
Prastoin4w ago
Are you able to start the application ? or is it only the reset db command ?
Akshat Modi
Akshat ModiOP4w ago
Actually I haven't tried this npx nx start command since I was getting error on npx nx database:reset twenty-server command, should I try npx nx start?
No description
Prastoin
Prastoin4w ago
Please try another command yes My hunch is that none works because dependencies aren't correctly installed
Akshat Modi
Akshat ModiOP4w ago
ok, I will try it
Akshat Modi
Akshat ModiOP4w ago
Hello @Prastoin , on running command npx nx start I am facing this errors as shown in the images
No description
No description
No description
No description
No description
Prastoin
Prastoin4w ago
Could you please try starting the server on its own using: npx nx start twenty-server ?
Akshat Modi
Akshat ModiOP3w ago
On running the (npx nx start twenty-server) command I got the errors as shown in the image, what should I do now?
No description
No description
No description
Prastoin
Prastoin3w ago
It seems like your machine doesn't have enough ram to handle the server build which is very uncommon Might comme from your dependencies installation issues
Akshat Modi
Akshat ModiOP3w ago
Okay, thanks for your help

Did you find this page helpful?