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
Hello,
When attempting to run npm install -g gitid it fails because it tries to run the husky install postinstall command and husky isn't installed.
I bypassed with --ignore-scripts, and then had issues because the js files in the dist folder are missing their execute permission. running chmod -R +x dist fixed that issue for me
The text was updated successfully, but these errors were encountered:
Hello,
When attempting to run
npm install -g gitid
it fails because it tries to run thehusky install
postinstall command and husky isn't installed.I bypassed with
--ignore-scripts
, and then had issues because the js files in the dist folder are missing their execute permission. runningchmod -R +x dist
fixed that issue for meThe text was updated successfully, but these errors were encountered: