taptapship / wiredep

Wire Bower dependencies to your source code.
MIT License
1.15k stars 142 forks source link

more helpful missing component error message - in case the component is not needed #146

Closed OriHoch closed 9 years ago

OriHoch commented 9 years ago

Currently, after #139 - the error message for missing component is more helpful but it assumes you want this dependency. This PR updates the message to hint with how to deal with the situation where you don't want this component.

I understand that error messages are not meant to give instructions for proper use, but in this case even after the more helpful message added in #139 it is not clear why wiredep is failing when you uninstall a component.

Reproduce steps:

stephenplusplus commented 9 years ago

Cool, thanks!