This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
bazel build @build_bazel_rules_typescript//...
fails from other workspaces
#85
Labels
When adding a reference to
rules_typescript
from other workspaces, and attempting to build its targets, I run into errors. Is that intended?For example, in the case where rules_typescript is in
node_modules/@bazel/typescript
, I get the following error:Another approach is to consume a local checkout of
rules_typescript
instead of the version installed intonode_modules/@bazel/typescript
folder. I haven't been able to successfully build the targets inrules_typescript
under this approach, either.Here's a minimal repro:
My use case is to try out unreleased
rules_typescript
features from a separate Bazel workspace. I'm attempting to try out an unmerged branch (#74) locally from the other workspace (since that branch isn't merged / released, I don't think I can get to it via installation intonode_modules
.)It seems like a command such as
bazel build @build_bazel_rules_typescript//...
should be able to run successfully from other workspaces. Am I missing something?The text was updated successfully, but these errors were encountered: