You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,13 @@ https://nextra.site
11
11
12
12
### Installation
13
13
14
-
The Nextra repository uses [PNPM Workspaces](https://pnpm.io/workspaces) and
15
-
[Turborepo](https://github.com/vercel/turborepo). To install dependencies, run
16
-
`pnpm install` in the project root directory.
14
+
The Nextra repository uses [PNPM Workspaces](https://pnpm.io/workspaces) and [Turborepo](https://github.com/vercel/turborepo).
15
+
16
+
1. Run `corepack enable` to enable Corepack.
17
+
18
+
> If the command above fails, run `npm install -g corepack@latest` to install the latest version of [Corepack](https://github.com/nodejs/corepack?tab=readme-ov-file#manual-installs).
19
+
20
+
2. Run `pnpm install` to install the website's workspace dependencies.
0 commit comments