Julian
Build Issues on Apple M chips
Is anyone else experiencing issues building a Nuxt app with Vuetify on macOS (Apple Silicon, e.g., M1/M2) using Docker virtualization with rosetta?
I’m building the Nuxt application inside a Docker container targeting the linux/amd64 platform. The build works perfectly and completes quickly without Vuetify. However, as soon as I add Vuetify (following the official installation instructions), the build process hangs indefinitely with no error output.
It seems related to the combination of Apple Silicon and the cross-architecture container. Has anyone encountered something similar or found a workaround?
5 replies