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.