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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
During instalation @near-wallet-selector/core to fresh project where newest near-api-js 5.0.1 is installed npm shows next errors:
Its required to update compatibility to latest near-api-js
The text was updated successfully, but these errors were encountered: