Skip to content
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: ENOENT: no such file or directory #10

Open
vbauer opened this issue Apr 10, 2017 · 3 comments
Open

Error: ENOENT: no such file or directory #10

vbauer opened this issue Apr 10, 2017 · 3 comments

Comments

@vbauer
Copy link

vbauer commented Apr 10, 2017

I've got the following error for some directories:

➜  java alder .
fs.js:968
  binding.stat(pathModule._makeLong(path), statValues);
          ^

Error: ENOENT: no such file or directory, stat '/Users/vbauer/Documents/workspace/java/bu/mbi/mbi-admin/build/ivy/tmp/lib/test/mbi-core-default.jar'
    at Object.fs.statSync (fs.js:968:11)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:136:22)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/local/lib/node_modules/@aweary/alder/alder.js:184:7)
@Spheerys
Copy link

I also have this error :

fs.js:119
    throw err;
    ^

Error: ENOENT: no such file or directory, stat '/home/hedy/Documents/Documents de travail/2e lot/extraction-guide-v2.txt'
    at Object.statSync (fs.js:871:3)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:136:22)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:184:7)
    at buildTree (/usr/lib/node_modules/@aweary/alder/alder.js:184:7)
    at Object.<anonymous> (/usr/lib/node_modules/@aweary/alder/alder.js:193:1)
    at Module._compile (internal/modules/cjs/loader.js:816:30)

@Spheerys
Copy link

Spheerys commented Jul 13, 2019

In fact alder stop working with :

  • specials characters on the filename
  • inexistant symbolic link on a file

@rrthomas
Copy link

@Spheerys, I can reproduce the second problem (non-existent symbolic link makes alder stop with error) but not the first (non-ASCII character is displayed OK on my system).

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

No branches or pull requests

3 participants