Файл FS уже существует

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