This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
bazel run @yarn//:yarn
not work with or without proxy #91
Closed
Description
If some packages are not accessible without proxy, one might try:
$ https_proxy=http://myproxy.at:1234 bazel run @yarn//:yarn
It works fine until $ concurrently "webdriver-manager update" "ngc -p angular.tsconfig.json"
and ends up with angular/webdriver-manager#239
Is there some way to pass the proxy information to webdriver-manager?