You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
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
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.
The text was updated successfully, but these errors were encountered: