Closed nharpa closed 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,
@nharpa What command do I launch?
currently pnpm is used as package manager
pnpm
that was using npm
It seems to have been fixed here https://github.com/icons-pack/react-simple-icons/pull/135#issue-1274103168
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,