Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 710 Bytes

Node.md

File metadata and controls

34 lines (26 loc) · 710 Bytes

Setup Node.js and related tools

Install

MacOS

Using Homebrew

brew install node

Windows

Using windows-nvm (Recommended) Follow nvm-windows official documentation

Using Chocolatey

choco nodejs.install

Linux

Follow Node Version Manager 🗗 official documentation

Setup most important tools globally

Node Package Manager (NPM) comes with the Node.js installation by default.

Install and update NPM, Yarn, Gulp, GruntJs, Firebase tools

npm install --global npm yarn gulp grunt firebase-tools

(windows only)

npm install --global --production windows-build-tools