Skip to content

Commit ddcf86d

Browse files
authored
docs/contributing: Recommend Corepack over direct pnpm (#1969)
1 parent 1a28517 commit ddcf86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ extension](#running--testing-extension-locally). You may also find the [VSCode A
99

1010
- [Git](https://git-scm.com/)
1111
- [Node.js](https://nodejs.org/en/)
12-
- [pnpm](https://pnpm.io/installation)
12+
- [Corepack](https://nodejs.org/api/corepack.html) or [pnpm](https://pnpm.io/installation)
1313
- [VSCode](https://code.visualstudio.com/); minimum version for local development is 1.72.0 in order to support settings profiles for sandboxed development. Please file an issue if that is a problem.
1414

1515
### Steps

0 commit comments

Comments
 (0)