mkdirp missing as dependency from package.json
Delagen opened this issue · 3 comments
Delagen commented
mkdirp-promise resolve it as peerDependency and not installing it
petebacondarwin commented
Can you clarify the problem here?
https://github.com/angular/dgeni-packages/blob/master/package.json#L49
Delagen commented
@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
petebacondarwin commented
Right. Fixing...