-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Issue on Ubuntu 11.04 Natty Narwhal, Node.JS version v.0.4.7, using npm and nvm for package and version management respectively.
Ran the script below with 'node-dev testing.js':
var http = require('http');
http.createServer(function(req, res) {
res.write('testing this now...');
res.end();
}).listen(6404);
It served the request fine. Upon changing the file, however, I got this error:
fs.js:400
return binding.stat(path);
^
Error: ENOENT, No such file or directory './4913'
at Object.statSync (fs.js:400:18)
at Inotify.callback as 1
Let me know if you need more information
Thanks!
Frank
Metadata
Metadata
Assignees
Labels
No labels