Right now
- If you
.use a plugin that is intended to modify another plugin
- The modifying plugin expected a different version than what's installed
- Errors
Ideally, we could add a small bit of code into .use that will check the versions and present a friendly error message that indicates the real problem.
Right now
.usea plugin that is intended to modify another pluginIdeally, we could add a small bit of code into
.usethat will check the versions and present a friendly error message that indicates the real problem.