icons-pack / react-simple-icons

📦 This package provides the Simple Icons packaged as a set of React components.
MIT License
295 stars 18 forks source link

Version 5.1 Husky error #134

Closed nharpa closed 2 years ago

nharpa commented 2 years ago

Hey,

As in the title, I noticed this latest commit / version produces a husky error.

npm ERR! code 1 npm ERR! path C:\Users\path\to\repot\node_modules\@icons-pack\react-simple-icons npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c husky install npm ERR! 'husky' is not recognized as an internal or external command, npm ERR! operable program or batch file.

this is not present in 5.0.0 I have my .git in a parent folder which I believe is impacting this issue,

wootsbot commented 2 years ago

@nharpa What command do I launch?

currently pnpm is used as package manager

nharpa commented 2 years ago

that was using npm

wootsbot commented 2 years ago

It seems to have been fixed here https://github.com/icons-pack/react-simple-icons/pull/135#issue-1274103168