Installing Node

Homebrew
- Open Up Ubuntu
- Copy and past command to install homebrew Copy Text
- You will be asked for password you set early to install
- The installer will tell you how to add brew to the path
- Next you will install Homebrew's dependencies Copy Text
- To check to make sure it installed correctly enter this! Copy Text
- Now intstall the NODE Copy Text
- Now check the node version Copy Text

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

sudo apt-get install build-essential
brew --version
brew install node@16
node --version