0

我正在尝试在 RHEL 上运行的 CI 服务器中安装 Node 项目的依赖项。当我运行 npm install 时,我收到以下错误

> node-expat@2.3.16 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.

节点 v7.10.0

NPM v5.4.2

节点外派 v2.3.16

4

2 回答 2

1

FTR:make ✖ ERR Missing Makefile / Bakefile是一个名为make. 将它放在 PATH 中会混淆node-gyp并破坏构建。

于 2019-03-19T17:59:14.433 回答
0

重新安装 NodeJS 8.0 版为我解决了这个问题。

于 2017-10-07T17:49:02.233 回答