Skip to content

docs: Fix package manager command in README (npm → pnpm)#7

Open
phessophissy wants to merge 1 commit into
BitflowFinance:mainfrom
phessophissy:fix/readme-pnpm
Open

docs: Fix package manager command in README (npm → pnpm)#7
phessophissy wants to merge 1 commit into
BitflowFinance:mainfrom
phessophissy:fix/readme-pnpm

Conversation

@phessophissy
Copy link
Copy Markdown

Summary

The README currently instructs users to run npm install, but the repository uses pnpm (as evidenced by pnpm-lock.yaml). This causes confusion and potential dependency issues for new contributors.

Changes

  • Updated installation command from npm install to pnpm install

Why this matters

  • Using npm install with a pnpm-lock.yaml can create a duplicate package-lock.json
  • Dependencies may resolve differently between package managers
  • New contributors should use the same tooling as the project

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant