designated-coder 11 years ago
content creator #Web Development

Node.js - Installing on Mac OS X (2015)

To install Node.js on macOS, you can either download the official installer from the Node.js website and run the .pkg file, or use Homebrew by first installing it and then running brew install node.

After installation, verify it by opening your Terminal and typing node -v and npm -v to check the versions. 

Designated Coder
content creator