You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package.json specifies a postinstall which initializes husky. Upon an npm install this postinstall step triggers husky which attempts to locate a '.git' folder within the node module. This step fails as it is not a git repo resulting in a failed module installation.
See: typicode/husky#884
The text was updated successfully, but these errors were encountered:
% npm i npm:@esm-bundle/react@latest
npm ERR! code 127
npm ERR! path /Users/obuckley/Workspace/github/pci-widget-demo/node_modules/@esm-bundle/react
npm ERR!command failed
npm ERR!command sh -c husky install
npm ERR! sh: husky: command not found
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/obuckley/.npm/_logs/2023-07-25T14_42_32_454Z-debug-0.log
The package.json specifies a postinstall which initializes husky. Upon an npm install this postinstall step triggers husky which attempts to locate a '.git' folder within the node module. This step fails as it is not a git repo resulting in a failed module installation.
See: typicode/husky#884
The text was updated successfully, but these errors were encountered: