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

install error #577

Open
LarryShum opened this issue Dec 11, 2023 · 4 comments
Open

install error #577

LarryShum opened this issue Dec 11, 2023 · 4 comments

Comments

@LarryShum
Copy link

npm i @rarible/sdk

npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: @rarible/[email protected]
npm WARN Found: peer @rarible/types@">=0.10.0 <0.11.0" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer @rarible/types@">=0.10.0 <0.11.0" from the root project
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @rarible/types@>=0.10.0 <0.11.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

@arlenner
Copy link

Also having this issue trying to install, bump ^^

@vanya2h
Copy link
Contributor

vanya2h commented Feb 27, 2024

Hello @LarryShum and @arlenner
I guess the problem is that our SDK is not migrated to newer version of rarible/types (it's currently our priority to resolve this problem)

As a workaround you could try: put "@rarible/types": "~0.10.0-alpha.22" in your "dependencies" of package.json

@arlenner
Copy link

Thanks @vanya2h - also changing my node version from 20 to 17 seemed to solve a lot of my install issues, fyi for others 👀

@cricridepa
Copy link

I'm also having this issue and the fix from @vanya2h doesn't fix it :c

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

No branches or pull requests

4 participants