eugeneware / debowerify

A browserify transform to enable the easy use of bower components in browserify client javascript projects. This can be used in conjunction with deamdify to require AMD components from bower as well.
491 stars 51 forks source link

Returning an error message if bower reports a dependency as missing #35

Closed fredericlb closed 10 years ago

fredericlb commented 10 years ago

When debowerify is ran before a bower install, it returns an obscure error related to path.join (because bower has found the project in the json file but it was not installed). In this case bower returns module.missing as true, so I have added an exception to help the user into understanding why the process fail.

eugeneware commented 10 years ago

Thanks! Published as 0.7.1