hi guys , need some help the frontend part of the code( npx nx start twenty-front ) isn't running in
- "
**NX Running target start for project twenty-front and 2 tasks it depends on failed**
" . can anyone help?
i tried uninstalling and reinstalling the node modules still got the error
**12:20:06 PM [vite] Internal server error: The service is no longer running
Plugin: vite:client-inject
File: virtual:@vite-plugin-checker-runtime**
a bit more info if it's relevant
attached image , backend/server is running fine3 Replies
I have never seen this one, how much RAM do you have on your machine / vm / docker container (depending on your setup) ?
8gigs in my local
Could you try disabling your checkers
in your .env of twenty-front/packages you can add:
VITE_DISABLE_TYPESCRIPT_CHECKER=true
VITE_DISABLE_ESLINT_CHECKER=true
this should free some RAM π