Update package manager instructions in README.md#16427
Conversation
Added a short note at the end of README.md for Ubuntu and Debian users who may need to install nodejs and npm before using yarn install
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
wackerow
left a comment
There was a problem hiding this comment.
Thanks @khalil7044... This project uses pnpm as it's primary package manager at this point and using yarn could lead to package inconsistencies, and add undesired changes if users take this approach before submitting PRs. Ideally we make this clear instead of adding more instructions about how to use yarn.
(Would also try to find a better spot for such an update than below the "Back to top" link 😉)
wackerow
left a comment
There was a problem hiding this comment.
I've gone ahead and adjusted this to remove yarn comments, replacing with corepack enable and pnpm install, and moved this up in the section that handles these steps. Thanks @khalil7044!
|
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2025 Ethereum.org Contributor: Join the [ethereum.org Discord server](https://ethereum.org/discord) to explore more ways to contribute to the project. Depending on the tasks you complete, you may also unlock additional rewards. Visit [ethereum.org/contributing](https://ethereum.org/contributing) to learn more.Head to gitpoap.io & connect your GitHub account to mint!Keep buidling, keep learning, and let's grow the Ethereum open-source community together 🌱 Learn more about GitPOAPs here. |
|
@all-contributors please add @khalil7044 for infra |

Added a short note at the end of README.md for Ubuntu and Debian users who may need to install nodejs and npm before using yarn install
Description
Related Issue