diff --git a/scripts/build-greet.js b/scripts/build-greet.js index c66c8a5af..514a65397 100644 --- a/scripts/build-greet.js +++ b/scripts/build-greet.js @@ -1,4 +1,4 @@ -import chalk from "chalk"; +const chalk = require("chalk"); const themeColor = chalk.hex("#31748f"); console.log(themeColor(" ___ _ _ "));