case 'ENOENT':
        console.error(`\n${'ERROR:'.red} ${error.code}: No such file or directory: ${error.path.cyan}\n`);
        break;