### Install NVM and Node 1. We want to use Node Version Manager in case we need to update Node for future wiki updates 2. Go to the fedwiki github, main wiki repo, go to the package.json, and see what version of node they are running under "engines". Use nvm to install the latest stable LTS version that meets these requirements. Example: `nvm install v18.18.1`