Oryx packages node_modules after build step for my node js application. How do I disable this from happening?

Alejandro Lazo 0 Reputation points
2025-08-11T17:24:35.13+00:00

I'm trying to deploy my website to it's server. I'm encountering an issue where oryx is now zipping my node_modules folder before moving it to the /home/site/wwwroot directory. When it gets the target directory it is still zipped.

Before oryx didn't seem to do this step. How do I disable this behavior or make oryx unpackage the zipped node_modules automatically?

Azure DevOps
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.