Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Breakthrough, I found it, mere minutes after posting here. A workaround more than an answer, but it gets the script working. Reading up on husky.sh I decided that I don't have it and I don't wan...
Answer
#1: Initial revision
Breakthrough, I found it, mere minutes after posting here. A workaround more than an answer, but it gets the script working. 1. Reading up on `husky.sh` I decided that I don't have it and I don't want it (need to push the work forward). _How did this work before though? Why could I push, commit, see Husky's messages?_ 2. So, I have a workaround! A) Comment out the line `. "$(dirname -- "$0")/_/husky.sh"`. B) Add the same script to `.git/hooks`. Made it run now with those two steps. And I'm now thinking that perhaps I botched Husky install somehow. Will probably reinstall and see then, but for now, have spent already hours on it, so need to do something. :-) I'm still looking for better answers, or comments.