[photon-client] Bump node to V18 (#1402)

* Bumps minimum NodeJS requirement to v18 (already used as part of
official builds)
* Prerequisite for latest VueJS
This commit is contained in:
Stephen Just
2024-08-24 19:58:33 -07:00
committed by GitHub
parent 2e4be684be
commit c33fd8362d
3 changed files with 383 additions and 125 deletions

View File

@@ -12,7 +12,7 @@ This section contains the build instructions from the source code available at [
**Node JS:**
The UI is written in Node JS. To compile the UI, Node 14.18.0 to Node 16.0.0 is required. To install Node JS follow the instructions for your platform [on the official Node JS website](https://nodejs.org/en/download/). However, modify this line
The UI is written in Node JS. To compile the UI, Node 18.20.4 to Node 20.0.0 is required. To install Node JS follow the instructions for your platform [on the official Node JS website](https://nodejs.org/en/download/). However, modify this line
```bash
nvm install 20
@@ -21,7 +21,7 @@ nvm install 20
so that it instead reads
```javascript
nvm install 14.18.0
nvm install 18.20.4
```
## Compiling Instructions