bloom-filter-cpp
bloom-filter-cpp copied to clipboard
``` > node-gyp rebuild gyp ERR! configure error gyp ERR! stack Error: Command failed: /anaconda3/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3]; gyp ERR! stack File "", line 1 gyp...
Hi, It is failing on my system on: node-gyp rebuild I am using node v6.1.0 and npm 3.8.6
I was using until yesterday bloom-filter-cpp the version 1.1.8, and it worked properly. however since yesterday afternoon, and keeping it today, when doing npm install it updates to the 1.2.0...
Refactor the bindings.gyp file. Possibly by adding a conditional build for tagets based on some env variable so that it doesn't build tests and other things?