From f062a6fb1eb9d5858c3ad9116c3d16356f46c32d Mon Sep 17 00:00:00 2001 From: nofurtherinformation Date: Mon, 26 Aug 2024 12:51:17 -0500 Subject: [PATCH] Update setup-windows.bat --- setup-windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-windows.bat b/setup-windows.bat index 565719a..23cca42 100644 --- a/setup-windows.bat +++ b/setup-windows.bat @@ -25,7 +25,7 @@ if not exist ".\node-v18.17.1-win-x64\node.exe" ( REM Install npm dependencies echo Installing npm dependencies and running application... -.\node-v18.17.1-win-x64\npm i -g pnpm && pnpm install && .\node-v18.17.1-win-x64\npx pnpm dev +.\node-v18.17.1-win-x64\npm i -g pnpm && .\node-v18.17.1-win-x64\npx pnpm install && .\node-v18.17.1-win-x64\npx pnpm dev ENDLOCAL pause \ No newline at end of file