Description
I don't know what the npm@7 timeframe is, but I'll try and get node-gyp@7 out this week, there's just a couple of notable updates.
The current version in here is v5, which works, but still prefers Python 2 over 3. node-gyp@6 switches that around and will use Python 3 first before searching for Python 2. node-gyp@7 includes an updated GYP (we've now fully accepted responsibility for Google's abandonware, see https://github.com/nodejs/gyp-next) and will update dependencies to match the ones you have in the v7.0.0-beta branch here so you can do some heavy deduping over what you're shipping now, see nodejs/node-gyp#2125 (notably semver
, tar
and which
, which you'll be pulling in two versions of to use node-gyp@5).
If you're working to a more agressive timeframe than this please let me know. It would be good to get this all synced and sorted out.