ssbc / patchbay

An alternative Secure Scuttlebutt client interface that is fully compatible with Patchwork
http://www.scuttlebutt.nz
386 stars 78 forks source link

MacOS npm install failure #382

Open mshanu opened 3 years ago

mshanu commented 3 years ago

Followed the instruction to build in the read me, but gets an error while done npm install step. node v14.5.0 mac: 10.15.7 /src/cld.cc:14:50: error: too few arguments to function call, single argument 'context' was not specified
v8::String::Utf8Value text(info[0]->ToString());
is there a specific node version I need to be using?