You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.