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:
~/.bashrc, ~/.zshrc, etc.):
Step 2: Install Node.js
Oncenvm is set up, install the latest LTS version of Node.js:
install mintlify
Installing Deno
Deno is a modern runtime for JavaScript and TypeScript. Install Deno with this command:~/.deno/bin is in your PATH. Add to your shell config: