Replies: 1 comment 2 replies
-
You get errors for other platforms, or info messages? The latter is expected due to the right-hand-side of https://github.com/bazelbuild/rules_nodejs/blob/stable/toolchains/node/BUILD.bazel#L96 which eagerly evaluates labels into every platform, which is annoying but should be harmless. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running on linux, but when i try to use the node_repositories rule using either "Installation with manually specified version" or the "Installation with local vendored version" options, I get a lot of errors related to other platforms (windows, ppc, etc.) Am I doing something wrong. I don't want to build for any other platforms.
Any help would be appreciated! Thank You!
Beta Was this translation helpful? Give feedback.
All reactions