I use version 1.4.1 of grpc.
I have a repository and build with bazel.
Also I have a dependency to grpc and install grpc with npm.
When I want to build my repository, bazel fails over BUILD files in node_modules/grpc
I expected no BUILD files in the published grpc node package.
I use version 1.4.1 of grpc.
I have a repository and build with bazel.
Also I have a dependency to grpc and install grpc with npm.
When I want to build my repository, bazel fails over BUILD files in node_modules/grpc
I expected no BUILD files in the published grpc node package.