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
Currently we have a yarn version by virtue of the the yarn_version attribute in node_repositories. However this is not toolchain-aware, and is awkwardly stored for subsequent calls to yarn_install.
Yarn is just a javascript program without platform dependencies, so it should just be provided as a label to the yarn_install rule.
The text was updated successfully, but these errors were encountered:
Currently we have a yarn version by virtue of the the
yarn_version
attribute innode_repositories
. However this is not toolchain-aware, and is awkwardly stored for subsequent calls toyarn_install
.Yarn is just a javascript program without platform dependencies, so it should just be provided as a label to the
yarn_install
rule.The text was updated successfully, but these errors were encountered: