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