-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I tried restoring to use this package as we had to fork to add support for Node 24. However my tests were failing in node 20. When I try to install @contrast/fn-inspect
on node 20 it fails
Steps to reproduce
- Use node 20
npm i @contrast/[email protected] --verbose
Expected Result
Package installs
Actual Result
Fails to install because of node-abi@4
only supports node 22+
npm http fetch GET 200 https://registry.npmjs.org/@contrast%2ffn-inspect 10ms (cache hit)
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '>=22.12.0' },
npm warn EBADENGINE current: { node: 'v20.19.5', npm: '10.8.2' }
npm warn EBADENGINE }
Looks like this was done here
Metadata
Metadata
Assignees
Labels
No labels