-
-
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
npx husky install command not found #901
Comments
We're having the same error. We're trying to install a RN dependency that has a postinstall script and it uses husky underneath.
|
Hmm I can't seem to reproduce the error, sorry. I would have done the same, delete @wolfmaster8 it seems to have been fixed in 8.0.5 |
Deleting |
Deleting However over the week end I ended up uninstalling nvm, got the same node/npm version, ran |
Delete node_modules and package-lock.json never did work for me. Thanks me later. |
I have a problem related to the husky install command since when said command is executed the I don't know if this has happened to anyone and they have already been able to find a solution. |
Hi there, I've always been a big fan of this project. Unfortunately I'm having some issues on one of my projects since upgrading to husky 5. Previously this was working using husky 5.1.3, however I cleared my npm cache today and now I'm unable to install or commit on the project.
I have read Troubleshooting: Command not found however this seems like a separate issue so I thought I'd make a ticket.
Info
npm cache clean --force
npm install
in various combinations.Error
I also tried
npx husky install
which I would have expected to work here. To check my npm/npx is ok I tested outnpx serve .
and it worked with no problems.This feels like a bug / maybe a missing bin file in the registry? Not sure... Any help would be appreciated.
The text was updated successfully, but these errors were encountered: