This repository was archived by the owner on Oct 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
NodeJS Setup
Frank Matranga edited this page Sep 25, 2019
·
12 revisions
Run the following command in your terminal (bash on WSL or just a terminal for Linux/MacOS):
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
Once this installs you can now use nvm from the command line to install and use different versions of Node. Use it to install Node version 12:
nvm install 12
Verify you have Node v12 installed with
command -v node
This should print something like /home/frank-pc/.nvm/versions/node/v12.8.1/bin/node. If it doesn't print anything, it did not properly install. Please contact Frank.
Remember, team, the scope of what we are working on. Our goal is to make our own lives and that of our peers easier.
LATE Stack Documentation | Learning Resources | Flowchart | LATE Discord Server Invite
Backend | Frontend | Terminology
Learn LATE
- FreeCodeCamp
- Git
- Web Basics
- HTML
- CSS [coming soon]
- JS [coming soon]
- VueJS [coming soon]
- Node [coming soon]
- MongoDB [coming soon]
How LATE Works