NuxtN
Nuxt3y ago
Carson

Docker Compose Container Setup - Module not found error

I'm trying to get Nuxt 3 set up in a docker environment. Ultimately, I'd like to get live-reload working for development. For now, I can't even access any webpages without getting a 500: Cannot read properties of undefined (reading 'modules') error. I'll post code below. The Nuxt build is basically a fresh install. The docker setup is a little unique, but I believe there aren't any routing problems. I'll post code below:
Was this page helpful?