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 have node installed with fnm. When I was using node v20 I had no problems installing this hook with pre-commit. After I switched to v22 with fnm the hook install just hangs and doesn't complete. Reverting node to v20 with fnm allows the hook to install again.
Removing all node versions from fnm also doesn't work because then pre-commit goes to install node v23 itself which is also causing hook install to hang.
I can't see any way to get verbose/debug info from pre-commit on hook install and it looks like there won't be any feature added to support that. (pre-commit/pre-commit#3254)
The text was updated successfully, but these errors were encountered:
I have node installed with
fnm
. When I was using node v20 I had no problems installing this hook with pre-commit. After I switched to v22 with fnm the hook install just hangs and doesn't complete. Reverting node to v20 with fnm allows the hook to install again.Removing all node versions from fnm also doesn't work because then pre-commit goes to install node v23 itself which is also causing hook install to hang.
I can't see any way to get verbose/debug info from pre-commit on hook install and it looks like there won't be any feature added to support that. (pre-commit/pre-commit#3254)
The text was updated successfully, but these errors were encountered: