rules_node icon indicating copy to clipboard operation
rules_node copied to clipboard

ArtifactPrefixConflictException in node_modules

Open ajhyndman opened this issue 5 years ago • 0 comments

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

ajhyndman avatar Jun 06 '20 00:06 ajhyndman