Skip to content

Commit 96eed09

Browse files
Update corepack enable to latest approach (#1879)
* update corepack enable to latest approach * update commands --------- Co-authored-by: Steve Piercy <web@stevepiercy.com>
1 parent 8d7c7b9 commit 96eed09

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/glossary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ Corepack
312312
In practical terms, Corepack lets you use {term}`Yarn`, {term}`npm`, and {term}`pnpm` without having to install them.
313313
314314
Corepack is distributed by default with all recent Node.js versions.
315-
Run `corepack enable` to install the required Yarn and pnpm binaries on your path.
316315
317316
Git
318317
[Git](https://git-scm.com/) is a free and open source distributed version control system.

docs/install/create-project-cookieplone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Do not create a new Plone project with Python 3.9.
9898
3. Enable {term}`corepack` so that Node.js will install {term}`pnpm` as a package manager.
9999

100100
```shell
101-
corepack enable
101+
npm i -g corepack@latest && corepack enable
102102
```
103103

104104

0 commit comments

Comments
 (0)