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

npm install in the basics section has versioning issue #53

Open
cloudonshore opened this issue Aug 22, 2019 · 2 comments
Open

npm install in the basics section has versioning issue #53

cloudonshore opened this issue Aug 22, 2019 · 2 comments
Labels
bug Something isn't working Tutorial

Comments

@cloudonshore
Copy link

The following code: npm install --save orbit-db@next ipfs, returns the following message:

yarn add orbit-db@next
yarn add v1.17.3
warning ../package.json: No license field
[1/4] 🔍  Resolving packages...
Couldn't find any versions for "orbit-db-io" that matches "next"

It seems that the next tag isn't actually up to date. The newest version appears to currently be under the latest tag.

@aphelionz
Copy link
Member

Ah, good catch! I'll update the manual to just use latest

Thank you! Let me know if you have any other questions as you work through

@RichardLitt
Copy link
Member

...unless you would like to make a PR for this, @cloudonshore?

@aphelionz aphelionz added bug Something isn't working Tutorial labels Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Tutorial
Projects
None yet
Development

No branches or pull requests

3 participants