Install Node on Mac
Installation Steps
- Download the Mac installer from the Nodes.js® web site.
- Choose the LTS version that’s shown on the left.
- Run the installer (the .pkg file you downloaded in the previous step.)
- Follow the prompts in the installer (Accept the license agreement, click the NEXT button a bunch of times and accept the default installation settings).
- Confirm that node has been installed successfully by opening a Hyper terminal and entering the command
node --version
You should see the version of node you have just installed.
0 comments