Apply suggestions from code review of branch build/enforce_node_version

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Antonio Anaya 2026-05-21 19:33:04 +00:00
parent d47548699d
commit 1794f9b24e

View file

@ -12,13 +12,13 @@
_Note: If you are using a Windows OS, the following commands must be executed in a Powershell terminal._ _Note: If you are using a Windows OS, the following commands must be executed in a Powershell terminal._
* [Get Node.js using the official installation scripts for your operating system.](https://nodejs.org/en/download/current) * [Get Node.js using the official installation scripts for your operating system.](https://nodejs.org/en/download/current)
* Recommended configuration: "Get Node.js v16, for Mac/Linux, using nvm, with npm" * Recommended configuration: "Get Node.js v26, for Mac/Linux, using nvm, with npm"
* Using NVM (node-version-manager) * Using NVM (node-version-manager)
* To install Node.js v26 run: * To install Node.js v26 run:
`nvm install 26` `nvm install 26`
* To set the Node.js to version 26: * To set the Node.js to version 26:
`nvm use 26` `nvm use 26`
* Configuration for Windows OS if nvm can't be installed in your system: "Get Node.js v16, for Windows, using Chocolatey, with npm". * Configuration for Windows OS if nvm can't be installed in your system: "Get Node.js v26, for Windows, using Chocolatey, with npm".
* Navigate into the webapp directory with `cd webapp` * Navigate into the webapp directory with `cd webapp`
* Install dependencies with `npm install` * Install dependencies with `npm install`
* Build the static web app with `npm run build` * Build the static web app with `npm run build`