Angular 8 localhost:4200找不到,“ ng服务”不起作用

时间:2019-07-15 09:22:32

标签: node.js angular

npm install -g @angular/cli
ng new my-dream-app
cd my-dream-app
ng serve

不工作

发生未处理的异常:

  

参数fn必须是一个函数   有关更多详细信息,请参见“ C:\ Users ....”。

没有找到http://localhost:4200

我该如何解决?

1 个答案:

答案 0 :(得分:0)

尝试

ng serve --host 0.0.0.0