layout | title |
---|---|
main |
Setup Guide |
- Download the Node.js Installer.
- Make sure to select the current (>7) version.
Using Homebrew
- Just type
brew install nodejs
into your terminal.
- Download the latest
.pkg
from the Node.js website and install it.
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
.
This page has information for most big UNIX package managers out there.
Type node --version
and npm --version
into your terminal of choice. If you
get an error, ask the mentors for help!