You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I'm pretty new to the bazel ecosystem, coming from a node background.
Is this project still supported? If so, are there assumptions I'm missing? Does this repository depend on any specific flags? I was experimenting with the node_module and node_binary rules; once I add a node_binary that refers to a node_module I immediately run into a path prefix conflict at the library level.
This repository should be a pretty minimal repro of my issue. I tried versions of bazel from 0.29.1 to 3.0.0 and see the same symptom in each.
Hey! I'm pretty new to the bazel ecosystem, coming from a node background.
Is this project still supported? If so, are there assumptions I'm missing? Does this repository depend on any specific flags? I was experimenting with the node_module and node_binary rules; once I add a node_binary that refers to a node_module I immediately run into a path prefix conflict at the library level.
This repository should be a pretty minimal repro of my issue. I tried versions of bazel from 0.29.1 to 3.0.0 and see the same symptom in each.
https://github.com/ajhyndman/bazel_playground/blob/pubref/rules_node/packages/example/BUILD.bazel
The text was updated successfully, but these errors were encountered: