We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c6bef commit e4d6487Copy full SHA for e4d6487
cli/src/cli.ts
@@ -21,7 +21,7 @@ export async function run() {
21
const isVersionOk = major > 20 || (major === 20 && minor >= 19);
22
23
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.`);
+ console.error(`Error: rn-new requires Node.js version 20.19.0 or higher, or version 22.0.0 or higher.`);
25
console.error(`You are currently running Node.js ${process.versions.node}.`);
26
console.error('Please update your Node.js version.');
27
process.exit(1);
0 commit comments