Angular/CLI — auto reload doesn't happen

后端 未结 11 1851
既然无缘
既然无缘 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:15

    I am using angular 6 and increasing time on max_user_watches worked for me

    sudo echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf
    

    sudo sysctl -p /etc/sysctl.conf

提交回复
热议问题