diff --git a/scripts/require-engines.ts b/scripts/require-engines.ts index f4d11c65d8..97b6a6dd9a 100644 --- a/scripts/require-engines.ts +++ b/scripts/require-engines.ts @@ -14,7 +14,7 @@ if (pkg.engines && pkg.engines.node) { process.exit(1); } else { console.log( - `Skipping following command as the Node.js version is "${process.version}"", and it requires "${pkg.engines.node}"" to continue.` + `Skipping following command as the Node.js version is "${process.version}", and it requires "${pkg.engines.node}" to continue.` ); process.exit(0); }