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
nan
RIDE doesn't build with NodeJS 22 because of some ABI changes, that the selected version of the indirect dependency "nan" doesn't yet know about.
A simple fix for me was to just run npm update nan, which updated the version inside the package-lock.json
npm update nan
Related: NixOS/nixpkgs#369163 See build logs: https://hydra.nixos.org/build/282401398/nixlog/2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue you are having
RIDE doesn't build with NodeJS 22 because of some ABI changes, that the selected version of the indirect dependency "
nan
" doesn't yet know about.A simple fix for me was to just run
npm update nan
, which updated the version inside the package-lock.jsonRelated: NixOS/nixpkgs#369163
See build logs:
https://hydra.nixos.org/build/282401398/nixlog/2
The text was updated successfully, but these errors were encountered: