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
On deleting any file or folder in the watched set, usually the bundle.watch crashes with the following error message:
events.js:72
throw er; // Unhandled 'error' event
^
Error: watch EPERM
at errnoException (fs.js:1031:11)
at FSEvent.FSWatcher._handle.onchange (fs.js:1049:26)
Process terminated with code 8.
Error message suggests it is a permission problem (which is not the case), and makes it seem like it is on the node fs side, but could be caught and handled by the bundle watcher
The enhancement discussed in #53 would probably also sort of fix this issue.
The text was updated successfully, but these errors were encountered:
On deleting any file or folder in the watched set, usually the bundle.watch crashes with the following error message:
Error message suggests it is a permission problem (which is not the case), and makes it seem like it is on the node fs side, but could be caught and handled by the bundle watcher
The enhancement discussed in #53 would probably also sort of fix this issue.
The text was updated successfully, but these errors were encountered: