-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
ERR! node-gyp -v < v10.x.xnpm install -g npmnpm install -g npm
Description
In npm/cli we depend on node-gyp and would like to make sure the next major version is compatible with npm when it comes to engines.node.
Previously, npm used ^12.13 as the lower base and node-gyp used ^12.22 which caused the following issue: npm/cli#4987
npm@9 was recently released (but is not yet tagged latest) with the engines set to ^14.17.0 || ^16.13.0 || >=18.0.0 (see our reasoning here npm/statusboard#519).
Are there plans for a major release soon? If so, has engines.node support been discussed?
unguul, ljharb, darcyclarke, bnb, cclauss and 2 more
Metadata
Metadata
Assignees
Labels
ERR! node-gyp -v < v10.x.xnpm install -g npmnpm install -g npm