Skip to content

Error: ENOENT, No such file or directory './4913' #3

Description

@frankpinto

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions