automerge-classic icon indicating copy to clipboard operation
automerge-classic copied to clipboard

No matching version found for [email protected]

Open ccorcos opened this issue 2 years ago • 6 comments

I'm having an issue installing...

 ❯❯❯ npm i --save automerge
npm ERR! code ETARGET
npm ERR! notarget No matching version found for [email protected].
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 avatar Nov 06 '22 11:11 ccorcos

Well this worked:

❯❯❯ npm i --save [email protected]

ccorcos avatar Nov 06 '22 11:11 ccorcos

@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

a2f0 avatar Nov 06 '22 12:11 a2f0

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.

pvh avatar Nov 06 '22 16:11 pvh

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

ccorcos avatar Nov 15 '22 03:11 ccorcos

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

alexjg avatar Nov 15 '22 12:11 alexjg

But the package you're looking for is available at @.***/automerge` in npm.

On Tue, Nov 15, 2022 at 4:18 AM alexjg @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/automerge/automerge/issues/517#issuecomment-1315232758, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAAWQBBD2B2NSV557EX53TWIN5QFANCNFSM6AAAAAARYL57FU . You are receiving this because you were mentioned.Message ID: @.***>

-- Peter van Hardenberg "Everything was beautiful, and nothing hurt."—Kurt Vonnegut

pvh avatar Nov 15 '22 16:11 pvh