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

How to skip installation of devDependencies? #150

Closed juodumas closed 8 years ago

juodumas commented 8 years ago

First of ied is amazingly fast and the speed makes it a pleasure to use!

Any plans to bring back support for --only=prod or NODE_ENV=production? The readme mentions Arbitrary package groups but looks like it's not implemented.

mgcrea commented 8 years ago

I'd rather use the --production flag from npm.

With the --production flag (or when the NODE_ENV environment variable is set to production), npm will not install modules listed in devDependencies.

alexanderGugel commented 8 years ago

@mgcrea Agreed. Added in #157