Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3
What happens when you execute this?
20th Apr 2019, 4:04 AM
Kartik
Kartik - avatar
+ 2
Alright. If it solves your problem, mark my answer as best...
20th Apr 2019, 7:15 AM
Kartik
Kartik - avatar
+ 1
Ohk, so have you defined it first? It should be something like var fs = require('fs'); OR const fs = require('fs'); This should be at the beginning. fs is the file system module of Node.js, but you have to include it first to use it...
20th Apr 2019, 7:06 AM
Kartik
Kartik - avatar
0
So is it solved?
20th Apr 2019, 7:07 AM
Kartik
Kartik - avatar