Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watching root directory: Error: watch EPERM #2

Closed
jgillich opened this issue Apr 4, 2014 · 1 comment
Closed

Watching root directory: Error: watch EPERM #2

jgillich opened this issue Apr 4, 2014 · 1 comment

Comments

@jgillich
Copy link

jgillich commented Apr 4, 2014

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)

Since I'm on Windows right now, it might be caused by this bug: nodejs/node-v0.x-archive#4337

@FWeinb
Copy link
Owner

FWeinb commented Apr 4, 2014

Sorry, I can't reproduce this bug on OS X. It can certainly be caused by the bug you mentioned.

@FWeinb FWeinb closed this as completed Apr 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants