Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

ENOENT, No such file or directory #2

Open
ghost opened this issue Dec 4, 2011 · 1 comment
Open

ENOENT, No such file or directory #2

ghost opened this issue Dec 4, 2011 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 4, 2011

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
Copy link
Author

ghost commented Jan 18, 2012

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! fstream_path /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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants