DEV Community

Discussion on: Beginner's guide to creating a Node.js server

Collapse
 
tracy02022 profile image
DONGYU LI

Hi Lisa,
Very like your post, but seems like you forget to set a callback function there for fs writer ,
I am fixing it like this
fs.writeFile("user_mood.txt", mood, () => {});
Thanks,
Tracy

Collapse
 
lisahjung profile image
Lisa Jung • Edited

@Dongyu LI, Tracy!!! Thank you so much for your help. I just made the change you suggested in my blog and in my GitHub repo. Sorry for the delayed response. I cannot believe I didn't see your comment till now.

Thank you so much for helping me and my readers. You are wonderful!!