From 366bf248d63c6925fc2c7b843e5baa2e521b2a6a Mon Sep 17 00:00:00 2001 From: nofurtherinformation Date: Mon, 26 Aug 2024 11:15:55 -0500 Subject: [PATCH] probably fix windows setup script --- setup-windows.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-windows.bat b/setup-windows.bat index 94bd424..565719a 100644 --- a/setup-windows.bat +++ b/setup-windows.bat @@ -24,8 +24,8 @@ if not exist ".\node-v18.17.1-win-x64\node.exe" ( REM Install npm dependencies -echo Installing npm dependencies and running applicaiton... -.\node-v18.17.1-win-x64\npx pnpm install && .\node-v18.17.1-win-x64\npx pnpm dev +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 ENDLOCAL pause \ No newline at end of file