when i run ng serve
this is the output and i am not able to understand its meaning. Can anyone tell if its an error?
i 「wds」: Project is running at http://localhost:4200/webpack-dev-server/
i 「wds」: webpack output is served from /
i 「wds」: 404s will fallback to //index.html
when i run ng serve
this is the output and i am not able to understand its meaning. Can anyone tell if its an error?
i 「wds」: Project is running at http://localhost:4200/webpack-dev-server/
i 「wds」: webpack output is served from /
i 「wds」: 404s will fallback to //index.html
Share
Improve this question
edited Jul 9, 2019 at 16:28
Ajay Gupta
2,0332 gold badges22 silver badges39 bronze badges
asked Jul 9, 2019 at 14:29
Ahmed SaadAhmed Saad
1441 silver badge6 bronze badges
1
- 5 There is no error. It's just information messages. – VLAZ Commented Jul 9, 2019 at 14:30
2 Answers
Reset to default 7This isn't an error, it simply says if the (lite) server encounters a undefined route it will be redirected to the index.html
page.
You need to update new version angular, and this is my solution
#ng update @angular/cli @angular/core#
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745198758a4616220.html
评论列表(0条)