mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
chore: change node.js version in README
This commit is contained in:
parent
d6422f2f24
commit
3411b13336
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ so it is recommended to install with rustup and update it regularly.
|
|||
|
||||
Not only Rust, some projects may require additional dependencies.
|
||||
|
||||
For ALCOM, you need to install any LTS version of Node.js and npm for building the frontend.
|
||||
For ALCOM, you need to install Node.js >=20 supported and npm for building the frontend.
|
||||
|
||||
Please refer to the [Node.js installation guide](https://nodejs.org/en/download/) to install Node.js if you don't have it.
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ Version numbers shown here are as of the writing (Dec 2024), so might be outdate
|
|||
|
||||
To build ALCOM, you need to have the following installed:
|
||||
|
||||
- [Node.js] LTS — to build the web part of the project
|
||||
- [Node.js] >=20 supported — to build the web part of the project
|
||||
- [npm] v10 — to install the dependencies of the web part (bundled with node.js so no extra attention needed in most case)
|
||||
- [cargo] latest — to build the most part of the project
|
||||
- And other requirements for tauri, see [tauri requirements](https://v2.tauri.app/start/prerequisites/#system-dependencies)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue