Napisz do pliku, ale nie zastępuj węzła Fs.WriteFile

fs.appendFile("file.txt", 'Text',function(err){
if(err) throw err;
console.log('IS WRITTEN')
});
Faithful Fox