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: ui-next/README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,11 @@ The open-source React UI for [Conductor](https://github.com/conductor-oss/conduc
6
6
7
7
### Prerequisites
8
8
9
-
- Node.js 22+
10
-
-[pnpm](https://pnpm.io/) 10.32.0 (`corepack use pnpm@10.32.0`)
9
+
- Node.js 18+
10
+
-[pnpm](https://pnpm.io/) 10.x — we use pnpm 10 (not v11) since pnpm v11 requires Node.js v22+. The exact version is pinned via `packageManager` in `package.json`. Run once to activate it:
11
+
```bash
12
+
corepack enable
13
+
```
11
14
- A running Conductor server (default: `http://localhost:8080`)
0 commit comments