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

unable to install from npm #135

Closed
aheckmann opened this issue Jan 7, 2022 · 1 comment · Fixed by #136
Closed

unable to install from npm #135

aheckmann opened this issue Jan 7, 2022 · 1 comment · Fixed by #136
Assignees

Comments

@aheckmann
Copy link
Contributor

aheckmann commented Jan 7, 2022

On OSX

With npm 7.21.0

⚡  ~/code/metaplex/test_semantic_release npm install @metaplex/js
npm WARN deprecated circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
npm ERR! code 127
npm ERR! path /Users/aaron/code/metaplex/test_semantic_release/node_modules/@metaplex/js
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/aaron/.npm/_logs/2022-01-07T02_01_28_969Z-debug.log

With yarn 1.22.17

⚡  ~/code/metaplex/test_semantic_release yarn add @metaplex/js
yarn add v1.22.13
warning ../../package.json: No license field
info No lockfile found.
[1/4] 🔍  Resolving packages...
warning @metaplex/js > @solana/web3.js > rpc-websockets > circular-json@0.5.9: CircularJSON is in maintenance only, flatted is its successor.
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@metaplex-foundation/mpl-auction@^0.0.2".
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@metaplex-foundation/mpl-core@^0.0.2".
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@metaplex-foundation/mpl-metaplex@^0.0.5".
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@metaplex-foundation/mpl-token-metadata@^0.0.2".
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@metaplex-foundation/mpl-token-vault@^0.0.2".
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@solana/spl-token@^0.1.8".
warning " > @metaplex/js@4.11.1" has unmet peer dependency "@solana/web3.js@^1.30.2".
[4/4] 🔨  Building fresh packages...
[-/4] ⠂ waiting...
[2/4] ⠂ utf-8-validate
[3/4] ⠂ secp256k1
error /Users/aaron/code/metaplex/test_semantic_release/node_modules/@metaplex/js: Command failed.
Exit code: 127
Command: husky install
Arguments:
Directory: /Users/aaron/code/metaplex/test_semantic_release/node_modules/@metaplex/js
@aheckmann aheckmann added the bug label Jan 7, 2022
@aheckmann aheckmann self-assigned this Jan 7, 2022
aheckmann added a commit that referenced this issue Jan 7, 2022
aheckmann added a commit that referenced this issue Jan 7, 2022
@zaxozhu
Copy link
Contributor

zaxozhu commented Jan 7, 2022

🎉 This issue has been resolved in version 4.11.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants