I'm attempting to upgrade to the latest version of this package, and I'm getting the following error:
npm ERR! code 127
npm ERR! path <project>/node_modules/add-asset-html-webpack-plugin
npm ERR! command failed
npm ERR! command sh -c husky install
npm ERR! sh: husky: command not found
We don't use husky in our project. I notice the post install script for this package is husky install which I believe is no longer best practice for husky.
Is there any way to resolve this?
I'm attempting to upgrade to the latest version of this package, and I'm getting the following error:
We don't use husky in our project. I notice the post install script for this package is
husky installwhich I believe is no longer best practice for husky.Is there any way to resolve this?