The problem is we're using a NodeJS box on wercker to build and a NodeJS server environment. There are a lot of modules installed on Wercker that are not needed for building, they are then also transferred to the Openshift server.
Openshift also checks the package.json so we don't need to install everything at Wercker, just what we need for building.
The problem is we're using a NodeJS box on wercker to build and a NodeJS server environment. There are a lot of modules installed on Wercker that are not needed for building, they are then also transferred to the Openshift server.
Openshift also checks the package.json so we don't need to install everything at Wercker, just what we need for building.
Working on a solution.