Install fails with husky v5 postinstall hook
With husky v5, added a postinstall hook to run husky install, which works for the module itself, but fails when installed as a dependency.
$ npm install --save-dev @aarongoldenthal/eslint-config-standard@6.1.2 --color=always
Command failed: C:\WINDOWS\system32\cmd.exe /s /c "npm "install" "--save-dev" "@aarongoldenthal/eslint-config-standard@6.1.2" "--color=always""
'husky' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @aarongoldenthal/eslint-config-standard@6.1.2 postinstall: `husky install`
npm ERR! Exit status 1
Edited by Aaron Goldenthal