Installing the nodegit NPM module on OS X 10.11 "El Capitan"Edit
My first naive attempt at this (npm install --save nodegit
) didn’t work, so I had to install the Xcode "Command Line Tools" first:
$ xcode-select --install
After that, a simple npm install --save nodegit
worked.