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

optionalDependencies are not installed #76

Closed davej closed 8 years ago

davej commented 8 years ago

To be compatible with npm then optionalDependencies should be installed just like dependencies the only difference is that if there is a failure then install doesn't fail and continues regardless.

alexanderGugel commented 8 years ago

This might be a bit hard. Want to give it a go?

davej commented 8 years ago

Does ied currently build modules? I'm unclear of the currently supported functionality.

rstacruz commented 8 years ago

ied doesn't support it at the moment.

alexanderGugel commented 8 years ago