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 have certain other folders than src that I would like to watch for changes (like templates). Since the path arguments seems to be relative from the src directory, I passed ../**/* to watch; changing a file results in this error:
Started watching **\*
events.js:72
throw er; // Unhandled 'error' event
^
Error: watch EPERM
at errnoException (fs.js:1019:11)
at FSEvent.FSWatcher._handle.onchange (fs.js:1037:26)
I have certain other folders than
src
that I would like to watch for changes (liketemplates
). Since the path arguments seems to be relative from thesrc
directory, I passed../**/*
to watch; changing a file results in this error:Since I'm on Windows right now, it might be caused by this bug: nodejs/node-v0.x-archive#4337
The text was updated successfully, but these errors were encountered: