#SWC Error

1 messages · Page 1 of 1 (latest)

candid token
#

Hello everyone, I am trying to setup the project on wsl but facing issues on running below command
npx nx database:reset twenty-server

velvet harbor
#

Hello have you been able to install dependencies?

candid token
#

Yes

velvet harbor
#

Also the above error suggest you did know install the dependencies correctly

candid token
#

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.

#

@velvet harbor my device has 8GB of RAM, could that be causing this SWC error, or could there be another problem?

velvet harbor
#

Are you sure it just did not timedout ?

candid token
#

yes, it did not timedout

#

this were the only errors coming as shown in the image

velvet harbor
#

Are you able to start the application ? or is it only the reset db command ?

candid token
#

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?

velvet harbor
#

Please try another command yes

#

My hunch is that none works because dependencies aren't correctly installed

candid token
#

ok, I will try it

candid token
#

Hello @velvet harbor , on running command npx nx start I am facing this errors as shown in the images

velvet harbor
#

Could you please try starting the server on its own using:
npx nx start twenty-server ?

candid token
velvet harbor
#

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