Closed davej closed 8 years ago
This might be a bit hard. Want to give it a go?
Does ied
currently build modules? I'm unclear of the currently supported functionality.
ied doesn't support it at the moment.
optionalDependencies
are being treated just like normal dependencies
. This will stay like that in the forseeable future.--build
flag due to security concerns
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.