You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install dependencies of a Node project in my CI server that runs on RHEL. When I run npm install, I get the following error
>[email protected] install /var/lib/jenkins/jobs/tryout/workspace/myproject/node_modules/node-expat
> node-gyp rebuild
make ✖ ERR Missing Makefile / Bakefile
make ℹ info Run "make init" to generate a Makefile.
Node v7.10.0
NPM v5.4.2
node-expat v2.3.16
The text was updated successfully, but these errors were encountered:
so what's the solution? @OwenZh
You could fix it?
I guess this should be solved by deploying via docker since node-gyp depends on OS environment heavily.
If you deploy it to other platforms like Lambda, you will see this issue again.
I am trying to install dependencies of a Node project in my CI server that runs on RHEL. When I run
npm install
, I get the following errorNode v7.10.0
NPM v5.4.2
node-expat v2.3.16
The text was updated successfully, but these errors were encountered: