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

yarn install: warning: io-ts-types has unmet peer dependency #4706

Open
LukasRada opened this issue Jul 8, 2024 · 0 comments
Open

yarn install: warning: io-ts-types has unmet peer dependency #4706

LukasRada opened this issue Jul 8, 2024 · 0 comments
Labels

Comments

@LukasRada
Copy link

Installing following dependencies in my project results in warning of unmet peer dependecies:

yarn
yarn install v1.22.22
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
[3/5] 🚚  Fetching packages...
[4/5] 🔗  Linking dependencies...
warning "@bitgo/sdk-api > @bitgo/sdk-core > [email protected]" has unmet peer dependency "monocle-ts@^2.0.0".
warning "@bitgo/sdk-api > @bitgo/sdk-core > [email protected]" has unmet peer dependency "newtype-ts@^0.3.2".
[5/5] 🔨  Building fresh packages...
success Saved lockfile.

Environment Details

  • OS: Mac OS
  • Node Version: 20
  • Yarn Version: 1.22.22
  • BitGoJS Version:
  1. "@bitgo/sdk-api": "1.50.1"
  2. "@bitgo/sdk-coin-btc": "2.1.0"
  • BitGo Environment: N/A

Expected Behavior

yarn should install dependencies without warning

Current Behavior

yarn installs dependencies with warning of unmet peer depencies

Steps to Reproduce

Set following dependencies in package.json and run yarn

  1. "@bitgo/sdk-api": "1.50.1"
  2. "@bitgo/sdk-coin-btc": "2.1.0"
@LukasRada LukasRada added the bug label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant