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
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?
The text was updated successfully, but these errors were encountered:
mshanu
changed the title
Mac npm install failure
MacOS npm install failure
Mar 31, 2021
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?
The text was updated successfully, but these errors were encountered: