Angular/CLI — auto reload doesn't happen

后端 未结 11 1850
既然无缘
既然无缘 2020-12-24 13:06

I recently started working with Angular/CLI tool, I\'m facing a problem while executing the file, that is when I run

ng serve 

then this c

11条回答
  •  青春惊慌失措
    2020-12-24 13:14

    If you are using Linux system then the below command may be helpful for you

    Run below command in terminal

    sudo ng serve

    It works for me !!

提交回复
热议问题