Skip to main content

Installing nvm

Step 1: Install nvm

nvm (Node Version Manager) lets you install and manage multiple Node.js versions easily. https://nodejs.org/en/download Install nvm using the official install script:
After installation, add the following to your shell profile (~/.bashrc, ~/.zshrc, etc.):
Restart your terminal or run the above manually, then verify:

Step 2: Install Node.js

Once nvm is set up, install the latest LTS version of Node.js:
Verify:
install latest npm:

install mintlify


Installing Deno

Deno is a modern runtime for JavaScript and TypeScript. Install Deno with this command:
Ensure ~/.deno/bin is in your PATH. Add to your shell config:
Then verify:

Installing Go

Install Go (Golang) using the official tarball:
Add Go to your shell profile:
Verify: