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


15 Replies
Hello have you been able to install dependencies?
Yes
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
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?
Are you sure it just did not timedout ?
yes, it did not timedout
this were the only errors coming as shown in the image
Are you able to start the application ? or is it only the reset db command ?
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?

Please try another command yes
My hunch is that none works because dependencies aren't correctly installed
ok, I will try it
Hello @Prastoin , on running command npx nx start I am facing this errors as shown in the images





Could you please try starting the server on its own using:
npx nx start twenty-server
?On running the (npx nx start twenty-server) command I got the errors as shown in the image, what should I do now?



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
Okay, thanks for your help