Skip to content

Commit 7725683

Browse files
add step to contributing.md to install corepack
1 parent 0859f8d commit 7725683

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
snap install universal-ctags
1414
```
1515

16+
3. Install corepack:
17+
```sh
18+
npm install -g corepack
19+
```
20+
1621
3. Install `yarn`:
1722
```sh
1823
npm install --global yarn

0 commit comments

Comments
 (0)