if (fs.existsSync(viewPath)) {
      console.log(chalk.red(`⛔️ View folder '${viewPath}' already exists!`));
      return null;
    }