-
Notifications
You must be signed in to change notification settings - Fork 65
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: "use fs.watch api instead" using the --watch flag on Windows, Node 0.6.6 #15
Comments
Can you upgrade to Node 0.6.12? |
I upgraded to Node 0.6.12 and then tried again, same error. Here's the error, the stack trace changed slightly with the node upgrade.
|
That's really odd. No mention of that here |
Looks like the CoffeeScript guys hit the same problem. From the looks of the conversation on this thread they ended up using fs.watchFile if it is supported and then falling back to fs.watch when it isn't (i.e. on Windows). |
This should work on Windows now on node v0.8.x. |
I'm on Windows 7 32bit. Node 0.6.6. Up 0.1.7.
When I run my app with
up server.js
it works fine, but when I add the--watch
flag (i.e.up server.js --watch
) it fails with the error:The text was updated successfully, but these errors were encountered: