npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

ENOENT, No such file or directory #2

Open ghost opened 12 years ago

ghost commented 12 years ago

I am receiving errors in some code where I am requiring tar. fstream is a dependency and example folder contains a path/to/symlink.

My CLI app aborts with

Error: ENOENT, No such file or directory from examples/path/to/symlink and also examples/deep-copy/examples/path/to/symlink

I have removed the examples folder in the interim which temporarily resolves the issue.

ghost commented 12 years ago

npm ERR! node -v v0.6.7 npm ERR! npm -v 1.1.0-alpha-2 npm ERR! path /tmp/npm-1326866566355/1326866566355-0.8098537200130522/_package.npm/package/examples/deep-copy/examples/path/to/symlink npm ERR! fstreampath /tmp/npm-1326866566355/1326866566355-0.8098537200130522/package.npm/package/examples/deep-copy/examples/path/to/symlink npm ERR! fstream_type SymbolicLink npm ERR! fstream_class LinkWriter npm ERR! fstream_finish_call chown npm ERR! fstream_linkpath file npm ERR! code ENOENT npm ERR! message ENOENT, no such file or directory '/tmp/npm-1326866566355/1326866566355-0.8098537200130522/___package.npm/package/examples/deep-copy/examples/path/to/symlink' npm ERR! fstream_stack Object.oncomplete (/usr/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js:283:17)