← Back to FAQs

How do I install Node.js to run the Vibgrate CLI?

The Vibgrate CLI requires Node.js >= 20.0.0. On macOS, install via Homebrew: brew install node@22. On Windows, download from nodejs.org or use winget install OpenJS.NodeJS.LTS. On Linux, use your package manager or nvm: nvm install 22. Verify installation with node --version.

installationnodejsinstallationrequirements

The Vibgrate CLI requires Node.js >= 20.0.0. On macOS, install via Homebrew: brew install node@22. On Windows, download from nodejs.org or use winget install OpenJS.NodeJS.LTS. On Linux, use your package manager or nvm: nvm install 22. Verify installation with node --version.