I'm on OSX 10.10.5 (and Xcode 7) and receive the following fatal error when installing node-proxy:
In file included from ../src/node-proxy.cc:33:
In file included from ../src/./node-proxy.h:40:
../node_modules/nan/nan.h:324:27: error: redefinition of 'NanEnsureHandleOrPersistent'
NAN_INLINE v8::Local<T> NanEnsureHandleOrPersistent(const v8::Local<T> &val) {
…
I'm on OSX 10.10.5 (and Xcode 7) and receive the following fatal error when installing node-proxy: