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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,15 @@ There are currently ~60 framework entries in this repository. Installing (and ma
60
60
61
61
## 1.1 Prerequisites
62
62
63
-
Have _node.js (>=v16.14.2)_ installed. If you want to do yourself a favour use nvm for that and install yarn. The benchmark has been tested with node vv16.14.2.
63
+
Have _node.js (>=v20.8.0)_ installed. If you want to do yourself a favour use nvm for that. The benchmark has been tested with node v20.8.0.
64
64
Please make sure that the following command work before trying to build:
65
65
66
66
```
67
67
> npm
68
68
npm -version
69
-
8.5.0
69
+
10.1.0
70
70
> node --version
71
-
v16.14.2
71
+
v20.8.0
72
72
```
73
73
74
74
## 1.2 Downloading the pre-built binaries and starting the server
0 commit comments