Cannot find module '@vue/shared' when running node .output/server/index.mjs after Nuxt 4 build
Hi 
I built my Nuxt 4 app using:
Then I tried to run it for testing with:
but I get:
I didn’t include the node_modules folder because according to the Nuxt docs
and a video from @danielroe it should be enough to deploy only the
I built my Nuxt 4 app using:
nuxi buildThen I tried to run it for testing with:
node .output/server/index.mjsbut I get:
I didn’t include the node_modules folder because according to the Nuxt docs
and a video from @danielroe it should be enough to deploy only the
.output folder.