From 3d2765342e2272ef82c1d74bb3c4dc0a84b9200b Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 10 Aug 2022 18:32:51 -0400 Subject: [PATCH] Update contributing.md to recommend corepack (#39479) Since corepack is already [enabled for this repository](https://github.com/vercel/next.js/blob/1669c606842cce96eef4845a2cc679e73d16e383/package.json#L218), lets recommend it for contributing. Learn more: https://styfle.dev/blog/corepack --- contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing.md b/contributing.md index b07d1eb88737150..6238e972f4bf393 100644 --- a/contributing.md +++ b/contributing.md @@ -30,9 +30,9 @@ To develop locally: ``` git checkout -b MY_BRANCH_NAME ``` -3. Install pnpm: +3. Enable pnpm: ``` - npm install -g pnpm + corepack enable pnpm ``` 4. Install the dependencies with: ```