I just tried to create a new project with angular-cli and then start the server, but it stops with a funny message: Error: No errors .
I updated it this way (hoping this helps): npm uninstall -g angular-cli ; npm cache clean ; npm install -g angular-cli@latest npm uninstall -g angular-cli ; npm cache clean ; npm install -g angular-cli@latest
But this is the same problem. View all posts here: http://pastebin.com/AhbdHRR7
Fortunalty, my other projects are still working.
But what is happening for the new?
J.P.M.
node -v ==> v6.9.4 npm -v ==> 4.1.2 ng version ==> angular-cli: 1.0.0-beta.26
source share