El archivo FS ya existe

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