I'm doing 01_Tutorial/02_Managing_Data.md. I forked the repo and I'm modifying the text based on my own working notes.
Question: I found that in order to use await in the nodeJS REPL, I need to launch node with the argument --experimental-repl-await. Could you confirm that indeed it makes sense to add this detail in the tutorial?
I also found an execution error in the REPL command const content = await NPP.node.dag.get(cid) but I'll file a distinct issue
I'm doing 01_Tutorial/02_Managing_Data.md. I forked the repo and I'm modifying the text based on my own working notes.
Question: I found that in order to use
awaitin the nodeJS REPL, I need to launchnodewith the argument--experimental-repl-await. Could you confirm that indeed it makes sense to add this detail in the tutorial?I also found an execution error in the REPL command
const content = await NPP.node.dag.get(cid)but I'll file a distinct issue