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
I just started using this package. Before i was using nodemon npm package. The package is working fine but when stopping the process an exception is thrown: Spatie\Watcher\Exceptions\CouldNotStartWatcher
I am using Laravel Herd Pro for local development. Using Node 22.29.0, PHP 8.3.12, Redis 7.0.0 and Mysql 8.0.36 with latest updates installed from within Herd Pro
I have correctly installed the npm package 'chokidar' per documentation. It is on v4.0.1
The text was updated successfully, but these errors were encountered:
Sometimes different Node versions will affect the behavior of some packages. You can try to use the LTS version of Node (such as 18.x) for testing. You can choose Servbay to switch the environment. Servbay supports one-click switching of Nodejs versions.
Hi thanks for the comment. I am actually using Laravel Herd Pro. I can switch Node very easely but this project needs Node 22. So unfortunatily i cant switch every time is start using this package. The package works fine, it is just this annoying little exception when stopping the watcher.
When i find the time i can try debug it myself. I whas just wondering if this something everybody has?
Hi there,
I just started using this package. Before i was using nodemon npm package. The package is working fine but when stopping the process an exception is thrown: Spatie\Watcher\Exceptions\CouldNotStartWatcher
I am using Laravel Herd Pro for local development. Using Node 22.29.0, PHP 8.3.12, Redis 7.0.0 and Mysql 8.0.36 with latest updates installed from within Herd Pro
I have correctly installed the npm package 'chokidar' per documentation. It is on v4.0.1
The text was updated successfully, but these errors were encountered: