-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
husky package post install hook fails on windows #565
Comments
Thanks for the report. I'm not sure why it can't find Could you try with a freshly created repo? git init
npm init -y
npm install husky --save-dev |
@typicode I'm experiencing this occasionally in a CI environment, where the environment has kept the node modules from the previous installation but the husky version has changed so it's updating. |
I confirm that clean installs run fine. |
@emily-curry thanks a lot for checking the other projects, do you want to make a PR with |
Now latest(master) core-js code changed from
to
in package.json Husky postinstall script should be changed into the same way, because it is causing error in powershell. |
is what happens on a windows machine.
The text was updated successfully, but these errors were encountered: