How to download and setup node-build
Open terminal and run command
git clone https://github.com/nodenv/node-build.git
git clone is used to create a copy or clone of node-build repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with node-build https://github.com/nodenv/node-build/archive/master.zip
Or simply clone node-build with SSH
[email protected]:nodenv/node-build.git