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
The update command turfed the commit msg command into
commitlint -E HUSKY_GIT_PARAMS
which yielded
Error: Received 'HUSKY_GIT_PARAMS' as value for -E | --env, but environment variable 'HUSKY_GIT_PARAMS' is not available globally
at getEditValue (C:_dev\cintra-cloud-ui\node_modules\←[4m@commitlint←[24m\cli\lib\cli.js:264:19)
updating to
npx --no-install commitlint --edit $1
fixed it
The text was updated successfully, but these errors were encountered:
The update command turfed the commit msg command into
commitlint -E HUSKY_GIT_PARAMS
which yielded
updating to
npx --no-install commitlint --edit $1
fixed it
The text was updated successfully, but these errors were encountered: