You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then watchify only detects changes made in the first ~1 minute. Afterwards, no further changes are detected, and it never updates the bundle. I have to kill the process and restart it for it to detect changes again.
I have the most recent version installed via:
sudo npm install watchify -g
Is this behavior normal or is it a bug?
The text was updated successfully, but these errors were encountered:
Agree with this issue. I experienced the same behavior. It watched only first change and after that no actions. Had to stay on Watchify v3. As soon as I downgrade everything works smoothly.
Can confirm (using Ubuntu 22 / Node v18 ). I split test between 4.0.0 and 3.11.1 and having the same issue; with v4 watching works for what seems like the first 3 changes and then silently quits (appears to be still watching until you realize it isn't). v3 works fine.
If I run:
then watchify only detects changes made in the first ~1 minute. Afterwards, no further changes are detected, and it never updates the bundle. I have to kill the process and restart it for it to detect changes again.
I have the most recent version installed via:
Is this behavior normal or is it a bug?
The text was updated successfully, but these errors were encountered: