You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i do a fresh clone & do npm install, i get the following error
../src/binding.cpp:234:80: error: no matching function for call to ‘v8::Function::NewInstance(const unsigned int&, v8::Local<v8::Value> [1])’
v8::Local<v8::Object> inst = construct->GetFunction()->NewInstance(argc, argv);
Inside this file: /home/mine/aion_miner/aion_solo_pool/local_modules/node-blake2/src/binding.cpp
Node Version:
v10.15.3
Project:
/aion_miner/aion_solo_pool
When i do a fresh clone & do
npm install
, i get the following errorInside this file:
/home/mine/aion_miner/aion_solo_pool/local_modules/node-blake2/src/binding.cpp
update line 234 to be the following:
This will fix the bug and it will compile...
The text was updated successfully, but these errors were encountered: