diff --git a/README.md b/README.md index 9819914dbee..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: