typicode / husky-4-to-8

Quickly migrate your hooks from husky v4 to husky@latest
MIT License
131 stars 20 forks source link

yarn 1 command failing on last step #16

Open ktwbc opened 3 years ago

ktwbc commented 3 years ago

yarn instructions:

yarn add husky@6 --dev \ && npx husky-init \ && npm exec -- github:typicode/husky-4-to-6 --remove-v4-config

the npm exec just shows help screen when it gets to it

npx: installed 2 in 1.697s husky - updated package.json husky - Git hooks installed husky - created .husky/pre-commit

Usage: npm

where is one of: access, adduser, audit, bin,

alias-mac commented 3 years ago

@ktwbc check #10 for same problem.