Node Installation

Instructions for Windows and Mac OS NodeJS installation

Overview

We need to install NODE JS. Node is required so we can run all our javascript code on our machine.‌

Installation

Download NODE JS version 10.16.0 Window Installer Mac Installer All Others​‌

Windows Users

First check your bit version by going to the start button in windows and typing cmd in search

wmic os get osarchitecture

This will print out 32-bit or 64-bit. Select the correct download below from and double click the file to install.‌

Mac Users

MAC OS INSTALLER

Confirm Install

This step should work for both Windows and Mac users to confirm the install worked successfully.

Run the following commands on your VSCode console to verify a successful installation:

$ node -v
$ npm -v

If either NODE or NPM are not found after installing or you get some ERROR MESSAGE please ask for help either in person or online via Ringcentral.

Success Node and NPM installed

Last updated