Closed emilecantin closed 3 months ago
Upgrading to node 22 makes my project's npm install fail because of this module. As far as I can tell, once installed it actually works without any issues, so the fix might be as simple as relaxing the engine specification in package.json.
npm install
engine
Thanks, I'll take a look.
Supported in the latest version. Close.
Upgrading to node 22 makes my project's
npm install
fail because of this module. As far as I can tell, once installed it actually works without any issues, so the fix might be as simple as relaxing theengine
specification in package.json.