Skip to content

Commit e4d6487

Browse files
committed
Update cli/src/cli.ts
1 parent 81c6bef commit e4d6487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export async function run() {
2121
const isVersionOk = major > 20 || (major === 20 && minor >= 19);
2222

2323
if (!isVersionOk) {
24-
console.error(`Error: create-expo-stack requires Node.js version 20.19.0 or higher, or version 22.0.0 or higher.`);
24+
console.error(`Error: rn-new requires Node.js version 20.19.0 or higher, or version 22.0.0 or higher.`);
2525
console.error(`You are currently running Node.js ${process.versions.node}.`);
2626
console.error('Please update your Node.js version.');
2727
process.exit(1);

0 commit comments

Comments
 (0)