husky-4-to-8
husky-4-to-8 copied to clipboard
404 Not Found
Hi there,
Trying to upgrade Husky from 4 to 8 in a project, running into a 404 Not Found when running npm exec -- github:typicode/husky-4-to-8 --remove-v4-config
.
Node version: 16.13.2 npm version: 8.13.2
I got same error here my npm is looking for a package from npm registry, not from github.
This seems to be an issue with npm > 8.11.0:
Downgrading temporarily npm (to 8.10) fixed this issue for me.