O arquivo fs já existe
if (fs.existsSync(path)) {
//file exists
}
GutoTrosla
if (fs.existsSync(path)) {
//file exists
}