Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

terrible error if users rules_nodejs is too old #40

Closed
alexeagle opened this issue Sep 20, 2017 · 1 comment
Closed

terrible error if users rules_nodejs is too old #40

alexeagle opened this issue Sep 20, 2017 · 1 comment
Labels

Comments

@alexeagle
Copy link
Contributor

rules_typescript has a dependency on rules_nodejs at some version.

Due to bazelbuild/bazel#1943
users have to specify all the tags in their WORKSPACE so they are free to pick versions that don't work.

bazelbuild/bazel#2757 (comment) seems like a workaround: publish a repository_rule that installs our deps at the right tag.

@alexeagle alexeagle added the bug label Sep 20, 2017
@gregmagolan
Copy link
Contributor

rules_typescript now checks for a minimum rules_nodejs version and it also provides a rules_typescript_dependencies() repository rule so that the correct rules_nodejs version will be installed in a user's repo by default

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants