最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - can any one help me to understand this message in cmd when run ng serve (Angular 8)? - Stack Overflow

programmeradmin0浏览0评论

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
Add a ment  | 

2 Answers 2

Reset to default 7

This 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#

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论