angular/dgeni-packages

mkdirp missing as dependency from package.json

Delagen opened this issue · 3 comments

mkdirp-promise resolve it as peerDependency and not installing it

@petebacondarwin Yes. in addition to mkdirp-promise need to add mkdirp base dependency.
NPM 3 does not auto install peerDependencies so when install dgeni-packages only mkdirp-promise module installed. And total package not work due module not found error

Right. Fixing...