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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,13 @@ The following parameters can be set in config files or in env variables:
90
90
91
91
## Local deployment
92
92
93
-
1. Make sure that Kafka and Elasticsearch is running as per instructions above.
93
+
0. Make sure that Kafka and Elasticsearch is running as per instructions above.
94
+
95
+
1. Make sure to use Node v12+ by command`node -v`. We recommend using [NVM](https://github.com/nvm-sh/nvm) to quickly switch to the right version:
96
+
97
+
```bash
98
+
nvm use
99
+
```
94
100
95
101
2. From the project root directory, run the following command to install the dependencies
0 commit comments