Install Node on Mac

Installation Steps

  1. Download the Mac installer from the Nodes.js® web site
  2. Choose the LTS version that’s shown on the left. 
  3. Run the installer (the .pkg file you downloaded in the previous step.)
  4. Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).
  5. Confirm that node has been installed successfully by opening a Hyper terminal and entering the command
  6. node --version

You should see the version of node you have just installed.

Complete and Continue  
Discussion

0 comments