From e0c0efcb2fee6b2b01954966a6a4ababe4acb1be Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Wed, 2 Nov 2022 14:19:31 +0700 Subject: [PATCH] readme: use nodejs 16 for the build instructions As there are many distributions, and different nodejs out there, define nodejs version to match the CI build. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f94d6e7..62ccec7 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ front-end. To compile the project, you'll need: -* npm, curl: `sudo apt install curl npm` +* nodejs 16: [nodesource nodejs installation guide](https://github.com/nodesource/distributions) +* curl: `sudo apt install curl` * Rust/Cargo: [rustup.rs](https://rustup.rs/) Then you can compile the server (and the migration tool if you want):