From b0b5661bcf19aa68eb778b70108ca37ce47ea6e8 Mon Sep 17 00:00:00 2001 From: khalil7044 <127534855+khalil7044@users.noreply.github.com> Date: Thu, 2 Oct 2025 08:43:26 -0300 Subject: [PATCH 1/2] Update README.md 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9819914dbee..c12d0f87bc4 100644 --- a/README.md +++ b/README.md @@ -2113,3 +2113,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/ We have a space to discuss all things ethereum.org – share your ideas or just say hi over [on Discord](https://discord.gg/ethereum-org). [🔼Back to top!](#Table-of-contents) +> Note: On Ubuntu or Debian you may need to run `sudo apt update && sudo apt install nodejs npm` before running `yarn install`. From e833d859757154ebe1d1bbe88721deff39c3f9bf Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:58:45 -0700 Subject: [PATCH 2/2] chore: move comment, note corepack/pnpm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c12d0f87bc4..0d373721d76 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ corepack enable pnpm install ``` +> Note: On Ubuntu or Debian you may need to run `sudo apt update && sudo apt install nodejs npm` before running `corepack enable` or `pnpm install`. + #### Migrating from yarn to pnpm If you previously used `yarn` to install dependencies, you can safely migrate to `pnpm` by running the following commands: @@ -2113,4 +2115,3 @@ This project follows the [all-contributors](https://github.com/all-contributors/ We have a space to discuss all things ethereum.org – share your ideas or just say hi over [on Discord](https://discord.gg/ethereum-org). [🔼Back to top!](#Table-of-contents) -> Note: On Ubuntu or Debian you may need to run `sudo apt update && sudo apt install nodejs npm` before running `yarn install`.