Skip to content
New issue

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

[Bug]: Broken on LTS (22.13.0) #2075

Open
jrandolf opened this issue Jan 21, 2025 · 0 comments
Open

[Bug]: Broken on LTS (22.13.0) #2075

jrandolf opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jrandolf
Copy link

jrandolf commented Jan 21, 2025

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#3809

Version

Development (host) and target OS/architectures:

Output of bazel --version: 7.4.1

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")

Language(s) and/or frameworks involved:

How to reproduce

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.

Any other information?

No response

@jrandolf jrandolf added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant