Skip to content

Commit 57cf8cb

Browse files
committed
chore: add node version to readme
1 parent 858df6a commit 57cf8cb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

next/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This is under active development, more info soon!
1414

1515
Ensure that you isolate your workspace to the "next" folder only.
1616
This means:
17+
1718
1. In your editor, open only the "next" folder.
1819
1. In your terminal, run commands when you are in the "next" folder only.
1920

@@ -24,3 +25,17 @@ The limitation of this approach is that
2425
your editor will fail to recognise our git repository here.
2526
This also means you should turn off the editor's suggestion
2627
to open git repository at root.
28+
29+
## Node.js Version
30+
31+
This project requires Node.js LTS v22.13.1.
32+
We recommend using the exact version specified in `.nvmrc`:
33+
34+
Navigate to the "next" folder and run:
35+
36+
```bash
37+
nvm use
38+
```
39+
40+
Without the correct Node.js version,
41+
tests and other development tasks will likely fail.

0 commit comments

Comments
 (0)