#Nuxt dev stopping itself

3 messages · Page 1 of 1 (latest)

young field
#

Hello !

I've installed trpc-nuxt & Dockerode with ts in my project, I only setup few procedures and now when I run npm run dev It acts like the build command without output..
I have to run npm run postinstall then npm run dev to get the [nitro] dev:reload: line in my command line.. It does not work every time, I have to re-start it multiple times to get it to run and wait to reload..
Also it stops when I edit the server api
I have no error thrown or anything more..

I'am using nuxt 3.5, ssr disabled
Has anyone faced this problem before?

young field
#

EDIT:
For some reasons Dockerode is the lib that makes this

young field
#

But I still do not understand why is the dev mode stopping