Skip to content

Commit 3f72570

Browse files
docs(README): specify the supported Node version in the README (#205)
## How does this PR impact the user? It will be easier for contributors to run Aibyss locally. ## Description Ditto. ## Limitations Node v18 is not supported anymore. We should migrate to the latest LTS. ## Checklist - [x] my PR is focused and contains one holistic change - [ ] I have added screenshots or screen recordings to show the changes
1 parent 93ac4be commit 3f72570

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Setup
88

9-
- install [node.js](https://nodejs.org/en)
9+
- install [node.js](https://nodejs.org/en) v18
10+
- we recommend using WSL on Windows
11+
- you can use [nvm](https://github.com/nvm-sh/nvm) to install the supported version
1012
- **(on macOS only)** install `node-gyp`: `npm install -g node-gyp`
1113
- install the dependencies: `npm ci`
1214

0 commit comments

Comments
 (0)