-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with husky install in post install script #373
Comments
I encounter almost the same problem.
then when executing npm install , i run Then i remove the whole node_modules directory, and try again, it's supposed to be failed again, but amazing, it success, and i do not known why |
Same issue here. I had to downgrade to 3.2.2. |
Still happening! Can't even use This package is completely broken! |
For anyone totally lost, the only way to make this package work is to do e.g.
in your project. Fortunately, it's a pretty small package! |
Work around for: SimenB/add-asset-html-webpack-plugin#373
Hmm, this shouldn't be an issue as I've got https://www.runpkg.com/[email protected]/package.json#20 What version are you attempting to install? |
Sorry, I'm not using webpack anymore. I'm not sure what the issue is/was. |
In a package with a transitive dependency on
This package installs cleanly without errors with yarn v1 or with
|
|
@SimenB : Here are reproduction steps:
|
Related issues:
This is strange. It does feel like a bug in NPM >= 10.4.0, but as noted in the npm issue, then its impact should be bigger. |
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 install
which I believe is no longer best practice for husky.Is there any way to resolve this?
The text was updated successfully, but these errors were encountered: