function warningMessage(msg) {
  console.error(`${chalk.yellow('⚠')} ${chalk.gray(msg)}`);
}