Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1006 Bytes

setup.md

File metadata and controls

43 lines (28 loc) · 1006 Bytes
layout title
main
Setup Guide

On Windows

On MacOS

Using Homebrew

  • Just type brew install nodejs into your terminal.

Manually

On Linux/UNIX

Using nvm

  • Install nvm from here.
  • Execute nvm install node in a terminal.
  • Set the installed version as default by executing nvm alias default node.

Using other package managers

This page has information for most big UNIX package managers out there.

Did it work?

Type node --version and npm --version into your terminal of choice. If you get an error, ask the mentors for help!