Le fichier FS existe déjà

if (fs.existsSync(path)) {
    //file exists
}
GutoTrosla