build(bazel): revert back to non-vendored yarn in node_repositories() (#29034)
Resolves Windows issue https://github.com/bazelbuild/rules_nodejs/issues/588 PR Close #29034
This commit is contained in:
parent
6ee47d5e76
commit
d629f2c6a8
@ -51,7 +51,7 @@ node_repositories(
|
|||||||
node_version = "10.9.0",
|
node_version = "10.9.0",
|
||||||
package_json = ["//:package.json"],
|
package_json = ["//:package.json"],
|
||||||
preserve_symlinks = True,
|
preserve_symlinks = True,
|
||||||
vendored_yarn = "@angular//third_party/github.com/yarnpkg/yarn/releases/download:v1.13.0",
|
yarn_version = "1.12.1",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Setup the angular toolchain which installs npm dependencies into @ngdeps
|
# Setup the angular toolchain which installs npm dependencies into @ngdeps
|
||||||
|
Loading…
x
Reference in New Issue
Block a user