jspm / npm

NPM Location Service
19 stars 34 forks source link

jspm install error "err Error: EISDIR, read" #24

Closed andreasgrimm closed 9 years ago

andreasgrimm commented 9 years ago

When executing jspm install npm:cloudant somewhere in the process I get the error err Error: EISDIR, read

guybedford commented 9 years ago

Thanks - I just tried this and am getting a different error:

err  Error: EMFILE, open '/Users/guybedford/.jspm/packages/npm/punycode@0.3.0/vendor/requirejs/tests/priority/priorityWithDeps/script/req/utils/utils.js'

So it looks like a ulimit issue to me. Are you definitely getting that error even with jspm install -f npm:cloudant?

andreasgrimm commented 9 years ago

with jspm install -f npm:cloudant I'm getting err Error: EISDIR, read, as well.

guybedford commented 9 years ago

Thanks - I'll try to tackle this first then. Unfortunately I think this may be a bug in graceful-fs...

guybedford commented 9 years ago

On a slow connection this install is working fine for me. Will test again on a fast connection tomorrow and see if I can tackle the emfiles.

guybedford commented 9 years ago

This is actually working completely fine for me now with the version of jspm-npm on master. Please let me know if you still notice any problems.

andreasgrimm commented 9 years ago

Using the version of jspm-npm on master, it's working without errors. Thank you :)

guybedford commented 9 years ago

Thanks for confirming!