-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
### What happened? #254
Comments
|
What happened?
Suppose you want to use
bazel fetch
to prefetch repositories for the node toolchain.With this WORKSPACE (verbatim from https://github.com/aspect-build/rules_js/releases/tag/v1.6.9):
Run
bazel fetch @nodejs_host//...
.Expected result: the command succeeds.
Actual result: the command fails with this error:
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of rules_nodejs, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
Originally posted by @jfirebaugh in bazel-contrib/rules_nodejs#3599
The text was updated successfully, but these errors were encountered: