diff --git a/src/bin/script.ts b/src/bin/script.ts index bad1cb1..21a1dec 100644 --- a/src/bin/script.ts +++ b/src/bin/script.ts @@ -97,7 +97,7 @@ async function run() { // Check the selected framework and run the appropriate command if (framework === "Next.js") { console.log(`Running create-next-app for project: ${projectName}...`); - const createNextAppArgs = ["create-next-app@14.2.3", projectName]; + const createNextAppArgs = ["create-next-app@14.1.0", projectName]; // Add --typescript flag if TypeScript is selected if (language === "TypeScript") {