This morning I tried to just install the default angular-cli project with:
ng new whatever
Perhaps one must first run:
npm install -g angular-cli
The errors I ended up fighting with when I ran tests included:
- Can not load "webpack"!
- karma.Server is not a constructor
- Missing 'angularCli.config' entry in Karma config
Did this just work out of the box at one point in time?
No comments:
Post a Comment