Running built app fails
I build my app using
pnpm build
and then launch it like in the docs but it fails when accessing it, is there a smart way to debug this?
8 Replies
Hi @Endre | Blackr4t ,
Create Node modules using npm and run them with npm.
and try this
npx nuxi cleanup
pnpm store prune --force
rm -rf ~/.pnpm-store
npm cache clean -f
yarn cache clean
rm -rf node_modules
should one not use pnpm ? 🤔
no
I had this problem too
sounds like a bug imho
Did you try what I said?
I will tomororw 🙂
ok
After installing it with npm, you can also run it with pnpm.
That didn't work because npm doesn't like workspaces 😄
I guess I'm doomed then. But surely I can't be the only one using Turbo and PNPM ? 🤔