This would solve...
The deprecation warning sent from husky, introduced from husky v9.0.1
The implementation should look like...
Simply remove install as suggested
Additional context
This is what you get currently
npm i
> [email protected] prepare
> husky install && node ./scripts/platform-shell.js
install command is deprecated
up to date, audited 748 packages in 1s
174 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
This would solve...
The deprecation warning sent from
husky, introduced from husky v9.0.1The implementation should look like...
Simply remove
installas suggestedAdditional context
This is what you get currently