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

Update dependency in npm module to newest near-api-js #1218

Open
gunyakov opened this issue Oct 20, 2024 · 0 comments
Open

Update dependency in npm module to newest near-api-js #1218

gunyakov opened this issue Oct 20, 2024 · 0 comments
Labels
change-request A request to change an existing component or feature

Comments

@gunyakov
Copy link

Description
During instalation @near-wallet-selector/core to fresh project where newest near-api-js 5.0.1 is installed npm shows next errors:

npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/near-api-js
npm error   near-api-js@"^5.0.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer near-api-js@"4.0.3" from @near-wallet-selector/[email protected]
npm error node_modules/@near-wallet-selector/core
npm error   @near-wallet-selector/core@"*" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.

Its required to update compatibility to latest near-api-js

@gunyakov gunyakov added the change-request A request to change an existing component or feature label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change-request A request to change an existing component or feature
Projects
Status: NEW❗
Development

No branches or pull requests

1 participant