I am trying to use Angular-CLI to install a new Angular2 app, but keep running into the following issue:
ng new payment-calc-app
After \"Install
In my case the problem was that I had another command prompt with 'ng serve' running, I stopped the process and the creation completed successfully