🐞 Bug report
Command (mark with an x)
- [ ] new
- [ ] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
No, It's Bazel opt-in preview in Angualr CLI v8.x
Description
Following the blog post Try Bazel’s opt-in preview in Angular CLI. No problems on ng new 、ng build, but failed on ng serve
🔬 Minimal Reproduction
on windows machine with no Bazel install.
npm install -g @angular/bazel
ng new ngBazel --collection=@angular/bazel
cd ngBzel
ng serve
🔥 Exception or Error

🌍 Your Environment
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 8.0.3
Node: 10.15.0
OS: win32 x64
Angular: 8.0.2
... animations, bazel, common, compiler, compiler-cli, core
... forms, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.800.3
@angular-devkit/build-angular 0.800.3
@angular-devkit/build-optimizer 0.800.3
@angular-devkit/build-webpack 0.800.3
@angular-devkit/core 8.0.3
@angular-devkit/schematics 8.0.3
@angular/cli 8.0.3
@bazel/bazel 0.26.1
@bazel/ibazel 0.10.3
@bazel/karma 0.31.1
@bazel/typescript 0.31.1
@ngtools/webpack 8.0.3
@schematics/angular 8.0.3
@schematics/update 0.800.3
rxjs 6.4.0
typescript 3.4.5
webpack 4.30.0
Anything else relevant?
🐞 Bug report
Command (mark with an
x)Is this a regression?
No, It's Bazel opt-in preview in Angualr CLI v8.x
Description
Following the blog post Try Bazel’s opt-in preview in Angular CLI. No problems on
ng new、ng build, but failed onng serve🔬 Minimal Reproduction
on windows machine with no Bazel install.
npm install -g @angular/bazelng new ngBazel --collection=@angular/bazelcd ngBzelng serve🔥 Exception or Error
🌍 Your Environment
Anything else relevant?