fastcall icon indicating copy to clipboard operation
fastcall copied to clipboard

npm install fails

Open puttehi opened this issue 4 years ago • 1 comments

Log is full of errors similar to no overloaded function takes 0 arguments for everything Nan and v8.

  • Windows 10
  • Node 12
  • npm 6.14.4

I imagine your C project doesn't include Nan?

puttehi avatar Mar 26 '21 12:03 puttehi

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.

konsumer avatar Aug 01 '23 04:08 konsumer