Trying to launch new Angular app, server progress stuck on 72%
“Starting *appname* on Angular CLI Server Server…
“Preparing launch delegate…:waiting for the server to start”
It freezes here and does not load the app in localhost:4200
I have tried all the different cli, npm and node.js versions but no luck!
However when running ‘ng serve’ in a seperate Terminal window the app build and runs the server perfectly.
Please advise! Thanks