orbitdb / field-manual

The Offical User's Guide to OrbitDB
207 stars 43 forks source link

npm install in the basics section has versioning issue #53

Open cloudonshore opened 4 years ago

cloudonshore commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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