Confirm Node & Git Installation

Confirm Node & Git Installation

1) Ensure that you followed the installation instructions for your Operation System found here: Node and Git Installation

2) Open up your console / terminal

  • For Mac OS X users:

    • Open the “Terminal” app (Applications > Utilities > Terminal)
  • For Windows:

    • Open the “Command Prompt” application.

3) In the terminal type the following command to confirm git was successfully installed:

  $ git

4) In the terminal type the following command to confirm node was successfully installed:

  $ node

Note: type control-c to exit out of node