I am trying to \"node-gyp configure\" to try to get the ms sql server driver. However, initially it said binding.gypi was missing or something to that effect. Now however it
I've had luck with:
rm -rf ~/.node_gyp cd myAwesomeProject npm install npm rebuild
when switching between node 4 and 0.12.4