Closed vpavlin closed 10 months ago
When you run npm install in example/ dir without previously running npm install in root dir it will fail with
npm install
example/
npm ERR! command failed npm ERR! command sh -c husky install npm ERR! sh: 1: husky: not found
When you run
npm install
inexample/
dir without previously runningnpm install
in root dir it will fail with