From 3e1fc12e7e5631b3cedcf292e10cada88a5258ff Mon Sep 17 00:00:00 2001 From: Lukasz Usarz Date: Mon, 27 Jul 2026 17:31:28 +0200 Subject: [PATCH] Fix issue with create-test-app script --- bin/create-test-app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/create-test-app.js b/bin/create-test-app.js index fccc0a3bc0b..eb94cb3bbe4 100755 --- a/bin/create-test-app.js +++ b/bin/create-test-app.js @@ -191,7 +191,6 @@ program log(`Creating new app in '${appPath}'...`); initArgs.push("--local"); - initArgs.push(`--package-manager=${nodePackageManager}`); await nodeExec(["create-app"], initArgs, defaultOpts); // there are some bugs with lockfiles and local references