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

FAQ resource for your migration project.

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

Answer

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.