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_bin points to an invalid file now. bin/nodejs no longer exists in LTS (22.13.0) This is probably a dupe of bazel-contrib/rules_nodejs#3809
node_bin
bin/nodejs
Development (host) and target OS/architectures:
Output of bazel --version: 7.4.1
bazel --version
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file: bazel_dep(name = "rules_nodejs", version = "6.3.3")
WORKSPACE
MODULE.bazel
Language(s) and/or frameworks involved:
bazel_dep(name = "rules_nodejs", version = "6.3.3") node.toolchain( name = "nodejs", version = "22.13.0" ) use_repo( node, "nodejs", "nodejs_darwin_arm64", "nodejs_linux_amd64", "nodejs_linux_arm64", ) # Inspect the generated repository.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
node_bin
points to an invalid file now.bin/nodejs
no longer exists in LTS (22.13.0) This is probably a dupe of bazel-contrib/rules_nodejs#3809Version
Development (host) and target OS/architectures:
Output of
bazel --version
: 7.4.1Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:bazel_dep(name = "rules_nodejs", version = "6.3.3")
Language(s) and/or frameworks involved:
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: