angularjs - angular-cli ng server errors on start up -


i have installed angular-cli , attempting 'ng serve' angular project created via "ng new [blah]frontend", getting errors:

pastebin : http://pastebin.com/qb1d5psf

what going on. when navigate http://localhost:4200/ see :

uncaught error: cannot find module "webpack-dev-server/client?http://localhost:4200/"(…) 

try npm start instead ng serve run server http://localhost:4200/


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -