Angular-cli suddenly can not listen for code changes, before normal, the boss suddenly did not automatically update the page, every time to ng serve

such as the title, normally, you should change the code and save the page. It should be updated and deployed again. It is normal all the time. After the boss has done it, it cannot be updated automatically. It is too troublesome to ng serve, every time after modification. It may be the problem of setting up. Does anyone know


git is not recorded.


Please post your package.json npm script section


I know the problem. Low-level mistake. I use sublime and open folder to open this problem. With open project, I normally


I encounter this problem on Linux. After changing the code, I don't update it automatically. The development tool I use is webstrom, prompt The current inotify (7) watch limit is too low , and then I add fs.inotify.max_user_watches = 524288 to the last line of the sysctl.conf file in the / etc directory. Then use the command sudo sysctl-p , restart webstrom, and automatically update the code each time you change it. I hope the
solution comes from idea and Stack Overflow

.
Menu