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
We're stuck running on Node.js 12.x due to node-ffi-napi being nondeterministically broken on any release above 14.x.
In this project, we install node-gyp@9, but since 9.4.0 bumped to make-fetch-happen@11 (via 02480f6) which has a semver-major change that propagates downward, installing fails as such:
error make-fetch-happen@11.1.1: The engine "node" is incompatible with this module. Expected version "^14.17.0 || ^16.13.0 || >=18.0.0". Got "12.22.12"
error Found incompatible module.
v9.4.1 has been released which reverts the dependency changes (#2917) that caused this issue. Those changes will be released again as v10.0.0 with the changelog outlining the newly supported Node versions.
We're stuck running on Node.js 12.x due to node-ffi-napi being nondeterministically broken on any release above 14.x.
In this project, we install
node-gyp@9
, but since 9.4.0 bumped tomake-fetch-happen@11
(via 02480f6) which has a semver-major change that propagates downward, installing fails as such:From the make-fetch-happen changelog:
Another failing in this amazing 'semver' system? Probably.
The text was updated successfully, but these errors were encountered: