-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Error: watch EINVAL #629
Comments
Can you re-run but add an environment variable of On Sun, 13 Sep 2015 21:40 Bogdan notifications@github.com wrote:
|
@remy Did you mean --debug flag? If yes, then output is the same as above. |
No, I didn't meant the debug flag, I meant exactly as I said above. It'll On Sun, 13 Sep 2015 23:15 Bogdan notifications@github.com wrote:
|
|
Oh, sorry, can you use Sorry, I forgot I filtered out the super-detail to |
@remy |
I suspect you were hitting an internal limit in Chokidar (the 3rd party module that does the monitoring). Linked to this: paulmillr/chokidar#229 |
I've now spotted that you were running from the root directory, so this explains that it was trying to read every js file on your
|
Fixed in 1.6.0 |
Well...not fixed, it just echos a real (useful) error message. |
Hello. I am beginner and just got a strange error.
I have test.js with one line:
Node -v0.12.3
NPM 3.2.2
What's wrong with nodefs-handler.js?
The text was updated successfully, but these errors were encountered: