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
Husky complains about missing envsubst command even though it is clearly installed:
> git rebase -i HEAD
HEAD is now at 5d29aadcf feat: add resumption-form dev template
Missing envsubst command. You should try to install it and re-run this script.
macOS: Get homebrew and run: brew install gettext
Ubuntu: apt install gettext-base
/usr/bin/envsubst
husky - post-checkout script failed (code 1)
error: could not detach HEAD
> which envsubst
/usr/bin/envsubst
The rebase is a dummy noop command just to demonstrate the issue.
Context
Environment: Bash inside Ubuntu WSL
The text was updated successfully, but these errors were encountered:
Husky complains about missing envsubst command even though it is clearly installed:
The rebase is a dummy noop command just to demonstrate the issue.
Context
Environment: Bash inside Ubuntu WSL
The text was updated successfully, but these errors were encountered: