5
Improve Node.js build behavior
complete
Yann Léger
When the environment variable NODE_ENV is set to production,
devDependencies
are not installed. This generates build failures when these dependencies are required to successfully build the project.devDependencies
should be installed even if NODE_ENV is set to production.Log In
Édouard Bonlieu
complete
Modules listed in the
devDependencies
section of your package.json are now installed during the build step. https://www.koyeb.com/docs/apps/build-from-git#node-jsÉdouard Bonlieu
in progress
Yann Léger
planned