Skip to main content

Installing Node.js and the Disploy toolchain

Installing Node.js

Disploy requires Node.js version 18 or higher. You can download Node.js from the official website, through Volta or other alternatives.

We recommend using Volta, as it allows you to easily switch between Node.js versions. You can install Volta by running the following command:

# Install Volta (first time only)
curl https://get.volta.sh | bash

# Install Node.js v18
volta install node@18

# Install yarn
volta install yarn