Closed kvutien closed 3 years ago
On the suggestion of someone in the IPFS team (I lost his name) I tried replacing window
with globalThis
and it worked with node's REPL. I haven't tried with a browser.
Topic closed as far as I'm concerned (with nodeJS)
That was me :)
Thanks Mark 🙂
Thanks for the Tutorial in the
field-manual
. It sounds cool. I'm starting running it using nodeJS.In the very first example I stumbled upon an issue. When I do what the code says
my Terminal says
I solved it with this code instead
Allow me 3 questions, as a beginner:
catch
aconsole.log
of the error code, because it's easy to mispellorbitDB
,OrbitBD
, instead oforbit-db
in therequire
Otherwise, thanks for the tutorial. Really well done.