Skip to content

Conversation

@hritikmittal09
Copy link

First thing, PLEASE READ THIS: ReactPlay Code Review Checklist

Description

This PR updates the README to use pnpm exclusively instead of yarn and npm for package management.

Fixes #1597

Motivation and Context

The current README still mentions npm and yarn. Since the project has standardized on pnpm, continuing to reference the other package managers may confuse new contributors.
This change ensures clear, consistent setup instructions for all developers.

Changes Made

  • Replaced all yarn and npm commands with pnpm.
  • Updated installation instructions for Windows, Linux, and MacOS to use pnpm.
  • Updated format, lint, build, start, and test commands to use pnpm.
  • Removed references to yarn from the dependencies section.
  • Added screenshot showing the updated README.

Type of change

  • This change requires a documentation update

How Has This Been Tested?

  • Verified that all pnpm commands in the README work correctly on local environment.
  • Ran pnpm install, pnpm start, pnpm run format, pnpm run lint, and pnpm build to ensure everything works as expected.

Checklist:

  • I have performed a self-review of my own changes.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.

Screenshots or example output

image

@netlify
Copy link

netlify bot commented Oct 4, 2025

‼️ Deploy request for reactplayio rejected.

Name Link
🔨 Latest commit e43b18a

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! contributor, thank you for opening a Pull Request 🎉.

@reactplay/maintainers will review your submission soon and give you helpful feedback. If you're interested in continuing your contributions to open source and want to be a part of a welcoming and fantastic community, we invite you to join our ReactPlay Discord Community.
Show your support by starring ⭐ this repository. Thank you and we appreciate your contribution to open source!
Stale Marking : After 30 days of inactivity this issue/PR will be marked as stale issue/PR and it will be closed and locked in 7 days if no further activity occurs.

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.

chore: update readme to use 'pnpm' instead 'yarn' and 'npm'

2 participants