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

Fix installation workflow #90

Closed just-boris closed 8 years ago

just-boris commented 8 years ago

Install command in current master doesn't work.

It happens because of new cache.init function in the installation waterfall. Init function appends an extra argument to the installAll function and breaks it. We should pass only error argument.

alexanderGugel commented 8 years ago

Good catch! Thanks!

alexanderGugel commented 8 years ago

What's currently installed on master hasn't been published to npm though, so it shouldn't have broken anything at least.