Skip to content

fix(docs): change npm install to pnpm install in README and ignore package-lock.json (#2694)#3152

Open
desireddymohithreddy0925 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
desireddymohithreddy0925:fix/npm-install-readme
Open

fix(docs): change npm install to pnpm install in README and ignore package-lock.json (#2694)#3152
desireddymohithreddy0925 wants to merge 1 commit into
Priyanshu-byte-coder:mainfrom
desireddymohithreddy0925:fix/npm-install-readme

Conversation

@desireddymohithreddy0925

Copy link
Copy Markdown
Contributor

Summary

Resolves the conflicting package manager instructions by updating the README to recommend pnpm instead of npm.

Closes #2694


Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • 📝 Documentation update

What Changed

  • Replaced npm install with pnpm install in the Quick Start guide within README.md.
  • Added package-lock.json to .gitignore to prevent npm lockfile pollution.

@github-actions github-actions Bot added type:docs GSSoC type bonus: documentation (+5 pts) gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix labels Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc26 GSSoC 2026 contribution type:bug GSSoC type bonus: bug fix type:docs GSSoC type bonus: documentation (+5 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] README Quick Start uses npm install but project requires pnpm — conflicts with committed pnpm-lock.yaml

1 participant