Forge development requires a fully supported LTS release of Node.js installed.
Forge developers on macOS are encouraged to use Node Version Manager (nvm) to configure the environment:
- Install nvm.
- Select the latest Node.js LTS release by running the following in the terminal:
nvm install --lts
nvm use --lts
Forge developers on Linux should use the OS package manager and Node Version Manager (nvm) to configure the environment.
- Install Node.js via package manager. See the Node.js package manager documentation for a list of supported platforms.
- Install nvm.
- Select the latest Node.js LTS release by running the following in the terminal:
nvm install --lts
nvm use --lts
To install an LTS release of Node.js on Windows 10:
- Download the LTS installer from Node.js.
- Install the package.