Monday, October 30, 2017

The Angular community needs Yarn and it needs it now.

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:

  1. Can not load "webpack"!
  2. karma.Server is not a constructor
  3. 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