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
Chokidar works great with OSX — but it's falling back to the watch function provided by NodeJS for other platform.
It turns out there's another library that goes native for all of them. This can be useful especially for Docker container, where the events might work correctly without having to use the chokidar pool hack.
Chokidar works great with OSX — but it's falling back to the watch function provided by NodeJS for other platform.
It turns out there's another library that goes native for all of them. This can be useful especially for Docker container, where the events might work correctly without having to use the chokidar pool hack.
https://github.com/Axosoft/nsfw
Evaluate, verify, and replace in case it makes sense.
The text was updated successfully, but these errors were encountered: