H3Error: Cannot find module 'entities/lib/decode.js'
I have a server side nuxt error that starts with
This doesn't occur on the local npm run dev or the production build that is run locally. This error only occurs on the server when I run the .output/server/index.mjs file. I use pm2 start to start the server.
"H3Error: Cannot find module 'entities/lib/decode.js' ", there is more to it, this isn't the only module that can not be found. I need help understanding why this is and how to resolve this.This doesn't occur on the local npm run dev or the production build that is run locally. This error only occurs on the server when I run the .output/server/index.mjs file. I use pm2 start to start the server.
