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
[input] reads from stdin if --edit, --env, --from and --to are omitted
# ...
[input] is required: supply via stdin, or --env or --edit or --from and --to
husky - commit-msg hook exited with code 1 (error)
I solved this problem by fixing the script as follows.
Context
I added a
commit-msg
hook as described in documentBut this script failed with an error
I solved this problem by fixing the script as follows.
Does this command(
npx --no commitlint --edit $1
) work for others without any problems?The text was updated successfully, but these errors were encountered: