x)- [X] bug report -> please search issues before submitting
- [ ] feature request
@angular/cli: 1.3.0-beta.1
node: 7.10.0
os: win32 x64
@angular/animations: 5.0.0-beta.0
@angular/common: 5.0.0-beta.0
@angular/compiler: 5.0.0-beta.0
@angular/core: 5.0.0-beta.0
@angular/forms: 5.0.0-beta.0
@angular/http: 5.0.0-beta.0
@angular/platform-browser: 5.0.0-beta.0
@angular/platform-browser-dynamic: 5.0.0-beta.0
@angular/router: 5.0.0-beta.0
@angular/cli: 1.3.0-beta.1
@angular/compiler-cli: 5.0.0-beta.0
@angular/language-service: 5.0.0-beta.0
>ng serve
Version of @angular/compiler-cli needs to be 2.3.1 or greater. Current version is "5.0.0-beta.0".
Support 5.0.0-beta.0 and higher
Simple workaround until this is fixed:
Change line 23 of node_modules\@ngtools\webpack\src\index.js to:
if (!(version.major == '5' || version.major == '4'
Version 1.2.2 (just released) allows for 5.x. Ensure that @ngtools/webpack is also updated to the latest as well (1.5.2).
Closing as above.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Simple workaround until this is fixed:
Change line 23 of
node_modules\@ngtools\webpack\src\index.jsto: