Skip to content

Commit

Permalink
DEV: hint on activating pnpm with corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
animus888 committed Jul 2, 2024
1 parent 41983a6 commit 2690bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/install/create-frontend-project-cookieplone.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ corepack enable
make install
```

```{tip}
Before using `corepack enable` it is necessary to activate pnpm using corepack with following command:
`corepack prepare pnpm@latest --activate`
And after using `corepack enable` you can explicitly use the latest pnpm with:
`corepack use pnpm@latest`
```

(project-add-ons-label)=

Expand Down

0 comments on commit 2690bb3

Please sign in to comment.