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

Init `fs_cache` upon `install_cmd` call #111

Closed rase- closed 8 years ago

rase- commented 8 years ago

I solved this by adding a subscribe to of the fs_cache init's _mkdirp observable. The downside is that we need to change the install_cmd exported function signature. Would it be ok? Could this be done better?

alexanderGugel commented 8 years ago

I think we can just use concat: 9282747