protoschool.github.io icon indicating copy to clipboard operation
protoschool.github.io copied to clipboard

Lesson Feedback%3A Mutable File System - Lesson 4 (Add a file to MFS)

Open yeehi opened this issue 4 years ago • 2 comments

Have a question or suggestion regarding a specific ProtoSchool lesson? Please use this template to share it!

URL of the lesson that's confusing: https://proto.school/mutable-file-system/04 What's confusing about this lesson? Error: Unknown Command "await" What additional context could we provide to help you succeed? Provide instructions on what to do if you receive the above error. What other feedback would you like to share about ProtoSchool? Include a comment/feedback option in the page itself.

yeehi avatar Aug 10 '21 00:08 yeehi

Hi @yeehi - Thanks for flagging this. Would you be able to send us the code that that you had submitted when you received this error message?

terichadbourne avatar Aug 30 '21 14:08 terichadbourne

It was something like this:
await ipfs.files.write('/cat.jpg', catPic, { create: true })

yeehi avatar Sep 01 '21 19:09 yeehi