alexanderGugel / ied

:package: Like npm, but faster - an alternative package manager for Node
http://alexandergugel.github.io/ied
MIT License
1.99k stars 53 forks source link

ied i -g flint #52

Open natew opened 8 years ago

natew commented 8 years ago

We have a pretty massive CLI that installs tons of stuff. It takes a ton of time with npm, but installing it into a local directory with ied is super fast.

When I try ied i -g flint it gives me this:

zsh: correct ied to id [nyae]? n
/Users/nw/.nvm/versions/node/v5.2.0/lib/node_modules/ied/lib/install_cmd.js:65
        if (err) throw err
                 ^

Error: EINVAL: invalid argument, readlink '/Users/nw/flint/node_modules/lodash'
    at Error (native)

Perhaps a good test case for ied, would love to use it in general.

Node: 5.2.0

alexanderGugel commented 8 years ago

Will keep this open. Let's try to get this working.

nickpresta commented 8 years ago

This looks like it may be related to https://github.com/alexanderGugel/ied/issues/44 ?

jwhitmarsh commented 8 years ago

Apologies if this isn't helpful, but under the belief that more examples should help to identify the pattern and therefore the problem; grunt-npm-install causes the error too.

ied v0.4.7 node 4.2.6 osx 10.11.2

giodamelio commented 8 years ago

I am also having this problem. I am trying to install npm with it.

IED v1.0.6 Node v5.8.0 installed with NVM Arch Linux

GerDner commented 8 years ago

Problem

Error: EINVAL: invalid argument, readlink '/Users/philippbucher/Sites/buchix/node_modules/.tmp/d1edf2c3-6a7d-48c0-8645-58f4b3d2eae1/node_modules/abbrev'
at Error (native)

IES v1.0.6 Node v5.6.0 OSX 10.11.4