Open puttehi opened 3 years ago
Log is full of errors similar to no overloaded function takes 0 arguments for everything Nan and v8.
no overloaded function takes 0 arguments
Nan
v8
I imagine your C project doesn't include Nan?
Yeh, I see this on mac (among many other errors):
npm ERR! node_modules/fastcall/deps/ref/src/binding.cc:7:10: fatal error: 'nan.h' file not found npm ERR! #include "nan.h"
It fails to install.
Log is full of errors similar to
no overloaded function takes 0 arguments
for everythingNan
andv8
.I imagine your C project doesn't include Nan?