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
Node.js just released v21.6.0 and it's breaking the build/compile. Fix listed. #11
Change the following:
DiscordEarsBot > package.json > "node": "<21.6.0"
Now, the build log successfully completed. Output:
-----> Installing binaries engines.node (package.json): <21.6.0 engines.npm (package.json): unspecified (use default) Resolving node version <21.6.0... Downloading and installing node 21.5.0... Using default npm version: 10.2.4
I think the issue is ffi-napi compatibility with the new node.js version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Node.js just released v21.6.0 and it's breaking the build/compile. Fix listed. #11
Change the following:
DiscordEarsBot > package.json > "node": "<21.6.0"
Now, the build log successfully completed. Output:
I think the issue is ffi-napi compatibility with the new node.js version.
The text was updated successfully, but these errors were encountered: