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
It looks yarn path is hardcoded so that when it's updated and removed by like brew, scripts stop working.
I think it's the same for node which the path is hardcoded.
Is there are an easy way to update the scripts?
The text was updated successfully, but these errors were encountered:
Not via a convenient command. I think you're good to remove everything under .git/hooks, clear your node modules and npm i again. Upon install, we evaluate where the package manager is telling us it lives. If that path changes, you'll have to uninstall and reinstall.
Might work by doing npm uninstall @zeit/git-hooks; npm install --save-dev @zeit-hooks again. I'm not sure if npm has a "re-install" command that does just this.
It looks
yarn
path is hardcoded so that when it's updated and removed by likebrew
, scripts stop working.I think it's the same for
node
which the path is hardcoded.Is there are an easy way to update the scripts?
The text was updated successfully, but these errors were encountered: