rules_node
rules_node copied to clipboard
ArtifactPrefixConflictException in node_modules
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