Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: no matching function for call to ‘v8::Object::Set(v8::Local<v8::String>

I'm trying to install the node.js project and run npm install and got the error

../src/main.cc:137:89: error: no matching function for call to 'v8::Object::Set(v8::Local<v8::String>, Nan::imp::IntegerFactory<v8::Integer>::return_t)'

what is wrong with the project?

the full error is here https://paste.ubuntu.com/p/hJGDfdrKB2/

like image 297
Neo Avatar asked Oct 27 '25 11:10

Neo


1 Answers

It looks like the package you are using doesn't support the version of Node you are running. Try running it under Node v8 and see if that corrects the problem. If it does let the package maintainer know it needs updating.

Plasma

like image 196
Plasma Avatar answered Oct 29 '25 03:10

Plasma



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!