nuxt start requires node_modules to be present in order to run nuxt start requires node_modules to be present in order to run docker docker

nuxt start requires node_modules to be present in order to run


I found Nuxt build will not bundle files in node_modules, so if you want to bundle all dependencies into .nuxt, you should use nuxt build --standalone.

see here: https://github.com/nuxt/nuxt.js/issues/4292

hope this will help you :)