Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
iamjoeker opened this issue Jul 9, 2021 · 1 comment · Fixed by #36
Closed

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

iamjoeker opened this issue Jul 9, 2021 · 1 comment · Fixed by #36

Comments

@iamjoeker
Copy link
Contributor

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$ 
@omermorad
Copy link
Owner

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

omermorad pushed a commit that referenced this issue Jul 9, 2021
* fix: Move husky install to prepare instead of postinstall (closes #35)

* chore(deps): Upgrade dependencies to resolve audit advisories
omermorad pushed a commit that referenced this issue Jul 9, 2021
## [1.1.1](v1.1.0...v1.1.1) (2021-07-09)

### Bug Fixes

* Fixes v1.1.0 package installation failure & dep updates ([#36](#36)) ([7302e9b](7302e9b)), closes [#35](#35)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants