Gulp watch not working(or detect changes very slowly) after a long time running #2841
Unanswered
meetAndEgg
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I run

gulp watch
for a long time (a day or more),watch
slowly stops working (or detects changes very slowly).Restarting the gulp process has no effect, and I have to restart my computer.
Don't know why it's happening. Is it because gulp watch frequently generates logs that cause the lag? But I tried stopping gulp and running the
clear
command to clear the logs and closing the terminal. When I opened a new terminal, gulp watch still didn't work.My system info:
Apple M4 Pro macOs Sequoia15.5
My command:zsh
My gulp and dependencies' version
My gulp file(script to start the watch mode:
npx gulp --ts-err-no-breaking
)Beta Was this translation helpful? Give feedback.
All reactions