kevva / bin-wrapper

Binary wrapper that makes your programs seamlessly available as local dependencies
MIT License
152 stars 65 forks source link

Install error `Cannot find module`. #40

Closed k-kinzal closed 8 years ago

k-kinzal commented 9 years ago

https://travis-ci.org/k-kinzal/failed-bin-wrapper-/jobs/73195061#L101-L143 I found install error.

https://github.com/k-kinzal/failed-bin-wrapper-/blob/master/package.json#L6-L7 If you use the same dependent module in the parent and child , postinstall will start in before the installation is complete. Install error is likely to occur and dependencies of the dependent module is large.

shinnn commented 8 years ago

Should be correctly handled by npm. https://github.com/npm/npm/issues