Joey Andres
Joey Andres
So I have the following binding.gyp: ```json { "targets": [ { "includes": [ "auto.gypi" ], "sources": [ "node-adapter/cxx/src/*.cpp" ], "include_dirs": [ "build", "node-adapter/cxx/include" ], "libraries": [ "-lrl", "-lentailmentsearch", "-L/usr/local/lib/x86_64-linux-gnu", "-lcassandra"...
Add .nvmrc along with documentation in README.md to make this easier to use.