I am trying to create a new angular project. I followed the steps mentioned in this site. https://github.com/angular/angular-cli
When I try to create a new project using ng new
command, I get error.
E:\Code\> ng new some-name
Error: dryRunSink.commit(...).ignoreElements(...).concat is not a function
dryRunSink.commit(...).ignoreElements(...).concat is not a function
Here is the result of ng serve
Angular CLI: 1.6.4
Node: 6.11.4
OS: win32 x64
Edit: Looks like everyone is getting this error. https://github.com/angular/angular-cli/issues/9194