a1fc4deff3
The generated Bazel workspace by the `@angular/bazel` builder should use the latest stable NodeJS version. This is necessary because some packages like `selenium-webdriver` which are part of the default bazel setup in order to support `ng e2e` depend on a minimum NodeJS version of `10.15.0`.. This means that running e2e tests in a plain new bazel CLI project (`ng new {projectName} --collection=@angular/bazel`) errors. ``` command. (error selenium-webdriver@4.0.0-alpha.3: The engine "node" is incompatible with this module. Expected version ">= 10.15.0". Got "10.13.0" error Found incompatible module ) ``` PR Close #31088 |
||
---|---|---|
.. | ||
api-extractor | ||
builders | ||
ng_package | ||
ngc-wrapped | ||
protractor | ||
schematics | ||
BUILD.bazel | ||
esm5.bzl | ||
external.bzl | ||
modify_tsconfig.js | ||
ng_module.bzl | ||
ng_rollup_bundle.bzl |