We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We encountered the following error while running the prebuilds script:
Error: Could not detect abi for version 23.0.0 and runtime node. Updating "node-abi" might help solve this issue if it is a new release of node.
It appears that the node-abi package is outdated and doesn't support the latest Node.js version.
node-abi
Expected Behavior: The script should detect the ABI correctly and proceed without issues.
Actual Behavior: The error occurs due to an outdated node-abi version.
Suggested Solution: Update node-abi to the latest version to ensure compatibility with Node.js version 23.0.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We encountered the following error while running the prebuilds script:
It appears that the
node-abi
package is outdated and doesn't support the latest Node.js version.Expected Behavior: The script should detect the ABI correctly and proceed without issues.
Actual Behavior: The error occurs due to an outdated node-abi version.
Suggested Solution: Update
node-abi
to the latest version to ensure compatibility with Node.js version 23.0.0.The text was updated successfully, but these errors were encountered: