Update readme to use nodejs 16

as many variant of system, and different nodejs out there, define nodejs version to match the CI build.
This commit is contained in:
Dedy Martadinata S 2022-11-02 09:50:49 +07:00 committed by GitHub
parent e3b1810229
commit 78bf9c6e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,8 @@ front-end.
To compile the project, you'll need: 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/) * Rust/Cargo: [rustup.rs](https://rustup.rs/)
Then you can compile the server (and the migration tool if you want): Then you can compile the server (and the migration tool if you want):