-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
Also having this issue trying to install, bump ^^ |
Hello @LarryShum and @arlenner As a workaround you could try: put |
Thanks @vanya2h - also changing my node version from 20 to 17 seemed to solve a lot of my install issues, fyi for others 👀 |
I'm also having this issue and the fix from @vanya2h doesn't fix it :c |
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.
The text was updated successfully, but these errors were encountered: