-
Notifications
You must be signed in to change notification settings - Fork 6
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
npm install
fails when using npm version 10.4.0
#1531
Comments
I think it is a bug from
|
I use an older version of npm and it works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installation fails when installing with npm version
10.4.0
. Thenpm install
command runs thepostinstall
script, which attempts to runhusky
but fails as this is not listed as a package dependency. This does not occur when using npm version10.3.0
.Output when using npm
10.3.0
:Output when using npm
10.4.0
:The text was updated successfully, but these errors were encountered: