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 developed a npm package with prepare script "Husky Install". When someone install this package , it will pop up husky: command not found error.
I know it can be bypassed with adding "--ignore-script" when do install action, but is there another approach to disable prepare script when install this npm package?
Thank you.
The text was updated successfully, but these errors were encountered:
luisxiaomai
changed the title
[Question] How to avoid "Husky install, command not found" when I in
[Question] How to avoid prepare script "Husky install" step when installing a npm package?
May 11, 2022
I developed a npm package with prepare script "Husky Install". When someone install this package , it will pop up
husky: command not found
error.I know it can be bypassed with adding "--ignore-script" when do install action, but is there another approach to disable prepare script when install this npm package?
Thank you.
The text was updated successfully, but these errors were encountered: