getporter / porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
https://porter.sh
Apache License 2.0
1.2k stars 199 forks source link

Feat/3140/better error message on mixin missing #3145

Closed dgannon991 closed 1 month ago

dgannon991 commented 1 month ago

What does this change

Added more detail to the error message when a mixin is missing if you lint or build.

image

What issue does it fix

Closes #3140

Notes for the reviewer

I just dumped out some useful commands into the error message, if there's a better syntax or format, please do shout! This is also just a suggestion as I found it confusing and had to use the debugger to find out what was actually wrong!

Checklist