O arquivo fs já existe

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