From b08fa7f114625b1105cb6aaa168ea6f8377049d7 Mon Sep 17 00:00:00 2001 From: DESIREDDY MOHITH REDDY Date: Sun, 5 Jul 2026 21:35:45 +0530 Subject: [PATCH] fix(docs): change npm install to pnpm install in README and ignore package-lock.json (#2694) --- .gitignore | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cb2a8296a..aa3a85648 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ screenshot.png # Prevent npm lockfile conflicts package-lock.json +package-lock.json diff --git a/README.md b/README.md index 804ff4ef3..e82e3caaf 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ To deploy your own instance, see the **[Self-Hosting Guide](./docs/self-hosting. ```bash git clone https://github.com/Priyanshu-byte-coder/devtrack.git cd devtrack -pnpm install +ppnpm install ``` **2. Set up Supabase** @@ -490,7 +490,7 @@ Questions are welcome anytime in [Discussions](https://github.com/Priyanshu-byte | pnpm | >= 9 | `pnpm -v` | | Git | any | `git --version` | -Install pnpm via `corepack enable` or `npm install -g pnpm` if you don't already have it. +Install pnpm via `corepack enable` or `pnpm install -g pnpm` if you don't already have it. If your local versions differ and you hit install/build errors, aligning your Node.js/pnpm version with the table above is the first thing to check.