omermorad / mockingbird

🐦 Decorator Powered TypeScript Library for Creating Mocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation of v1.1.0 failing due to husky call in postinstall script

iamjoeker opened this issue Β· comments

I went to update to the new release this evening. Install is now failing due to the postinstall script which calls husky. Husky docs recommend using the prepare script.

bash$ yarn add mockingbird-ts   

yarn add v1.22.10
[1/5] πŸ”  Validating package.json...
[2/5] πŸ”  Resolving packages...
[3/5] 🚚  Fetching packages...
[4/5] πŸ”—  Linking dependencies...
[5/5] πŸ”¨  Building fresh packages...
[9/14] β   fsevents
[12/14] β   core-js
[3/14] β   canvas
[13/14] β   mockingbird-ts
error /app/node_modules/mockingbird-ts: Command failed.
Exit code: 127
Command: husky install
Arguments: 




bash$ 

Hi @iamjoeker,
Thank you for letting us know! We will merge the PR ASAP