File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This is under active development, more info soon!
1414
1515Ensure that you isolate your workspace to the "next" folder only.
1616This means:
17+
17181 . In your editor, open only the "next" folder.
18191 . 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
2425your editor will fail to recognise our git repository here.
2526This also means you should turn off the editor's suggestion
2627to 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.
You can’t perform that action at this time.
0 commit comments