DEVICE/BROWSER INFO
aatventure
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.