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

No matching version found for automerge-wasm@0.1.7 #517

Open
ccorcos opened this issue Nov 6, 2022 · 6 comments
Open

No matching version found for automerge-wasm@0.1.7 #517

ccorcos opened this issue Nov 6, 2022 · 6 comments

Comments

@ccorcos
Copy link

ccorcos commented Nov 6, 2022

I'm having an issue installing...

 ❯❯❯ npm i --save automerge
npm ERR! code ETARGET
npm ERR! notarget No matching version found for automerge-wasm@0.1.7.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/chet/.npm/_logs/2022-11-06T11_04_11_938Z-debug-0.log
@ccorcos
Copy link
Author

ccorcos commented Nov 6, 2022

Well this worked:

❯❯❯ npm i --save automerge@1.0.1-preview.6

@a2f0
Copy link

a2f0 commented Nov 6, 2022

@ccorcos I had the same issue and ended up on the automerge Slack instance to talk about it (ref). I ended up speaking with one of the core developers and he suggested to use npm i @automerge/automerge

@pvh
Copy link
Member

pvh commented Nov 6, 2022

Yes! Automerge 2.0 is very close to a release at which point we'll add a proper deprecation note to the old package name. Let us know how things go with the new version. We're currently resolving a performance regression so expect at least one more beta before the release.

@ccorcos
Copy link
Author

ccorcos commented Nov 15, 2022

@pvh same api and everything? Where's the source code for 2.0?

@alexjg
Copy link
Contributor

alexjg commented Nov 15, 2022

2.0 is implemented in Rust at https://github.com/automerge/automerge-rs

@pvh
Copy link
Member

pvh commented Nov 15, 2022 via email

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