From 691b7c8344685ced4fa96f75e1a6d8a8ce157bac Mon Sep 17 00:00:00 2001 From: Mgrdich <46796009+Mgrdich@users.noreply.github.com> Date: Sat, 25 May 2024 22:07:06 +0400 Subject: [PATCH] Change Readme to reflect the changes in the pnpm version (#67) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf007e..205b9ef 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Running the frontend: 1. Navigate to the frontend directory: `cd frontend` 2. Install node `node:18.17.1` -3. Install PNPM: `npm install -g pnpm` `pnpm:>=8.0.0` +3. Install PNPM: `npm install -g pnpm@9.1.2` `pnpm:9.1.2` 4. Install Dependencies: `pnpm install` 5. start the application in dev mode: `pnpm dev` 6. production build: `pnpm build`