Skip to content

change the min mac os x version required for `node-gyp rebuild`

It fixes an issue when running npm install for a project with Node v6.11.5 and npm v3.10.10 on Mac OS X 10.4 Mojave and Xcode v9.4.1 || Xcode v10.0. It asks for the 'utility' file when running node-gyp rebuild.

Fixes: https://github.com/nodejs/node-gyp/issues/1574

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

This solution was based on this fix from @yerassyl94.

Merge request reports

Loading