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
Describe the bug
The recursive option in fs.watch is only supported on macOS and Windows. So on Linux the subdirectories aren't watched when i run npm run dev.
Describe the bug
The recursive option in
fs.watch
is only supported on macOS and Windows. So on Linux the subdirectories aren't watched when i runnpm run dev
.gutenberg/bin/packages/watch.js
Line 36 in 84e1e80
To Reproduce
Steps to reproduce the behavior:
npm i
andnpm run dev
.Expected behavior
"watch" to work on Linux too.. 😞 .
Possible solution
I've used node-watch package.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: