0

I had the error bellow when I was preparing my blockchaine developmement environement :

My environment was under:

  • NodeJs 10.15.3 LTS.
  • npm 8.x

npm install not works - node-gyp rebuild error

This an extract of the output error:

no known conversion for argument 2 from ‘Nan::imp::NativeGetter {aka void (*)(v8::Local, const v8::PropertyCallbackInfo&)}’ to ‘v8::Local’ x509.target.mk:106: recipe for target 'Release/obj.target/x509/src/addon.o' failed

and this is the screenshot's error

enter image description here

1 Answer 1

-1

The solution was to downgrade nodeJS to 8.15.1

  • nvm install 8.15.1

Good luck

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .