Setting up Node
Node allows you to run JavaScript outside of your web browser, enabling you to build all kinds of applications.
Node Version Manager
Installing nvm
Installation on Linux
Step 0: Prerequisites
sudo apt install curlStep 1: Downloading and installing nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bashStep 2: Initializing nvm
Installation on macOS
Installing Node
Step 1: Installation
Step 2: Setting the Node version
Last updated