typicode / husky-4-to-8

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

404 Not Found #26

Open foxted opened 2 years ago

foxted commented 2 years ago

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

TIGER-H commented 2 years ago

I got same error here my npm is looking for a package from npm registry, not from github.

nrenner commented 2 years ago

This seems to be an issue with npm > 8.11.0:

michelbl commented 2 years ago

Downgrading temporarily npm (to 8.10) fixed this issue for me.