We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
yarn should install dependencies without warning
yarn installs dependencies with warning of unmet peer depencies
Set following dependencies in package.json and run yarn
yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installing following dependencies in my project results in warning of unmet peer dependecies:
Environment Details
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
The text was updated successfully, but these errors were encountered: