Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 373 Bytes

INSTALL_NODE_INSTRUCTIONS.md

File metadata and controls

11 lines (6 loc) · 373 Bytes

Steps to install Node

  • In your terminal, enter the following commands:

curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -

sudo apt-get install -y nodejs

  • In the directory that was forked from the repo, enter the command npm install

  • use node -v, npm -v, and npx -v the make sure you have the correct version of node installed