Git Product home page Git Product logo

bamboo-cli's Introduction

Hi πŸ‘¨β€πŸ’»

I love contributing to open source, learning, and making great software.

Feel free to contact me if you have a question about any of my projects or just for fun.

bamboo-cli's People

Contributors

dependabot[bot] avatar jmbeach avatar

Watchers

 avatar  avatar

bamboo-cli's Issues

Can't install with npm

doing "npm install -g bamboo-cli" returns:

npm WARN deprecated [email protected]: This version of 'buffer' is out-of-date. You must update to v4.9.2 or newer
/home/work/.npm-global/bin/bamboo -> /home/work/.npm-global/lib/node_modules/bamboo-cli/bin/bamboo

[email protected] install /home/work/.npm-global/lib/node_modules/bamboo-cli/node_modules/libsys
node-gyp rebuild

make: Entering directory '/home/work/.npm-global/lib/node_modules/bamboo-cli/node_modules/libsys/build'
CXX(target) Release/obj.target/libsys/libsys.o
../libsys.cc:22:15: error: β€˜Handle’ has not been declared in β€˜v8’
22 | using v8::Handle;
| ^~~~~~
../libsys.cc: In function β€˜uint64_t jskernel::GetAddrArrayBuffer(v8::Localv8::Object)’:
../libsys.cc:37:54: warning: β€˜v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
37 | ArrayBuffer::Contents ab_c = ab->GetContents();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:5273:12: note: declared here
5273 | Contents GetContents();
| ^~~~~~~~~~~
../libsys.cc: In function β€˜uint64_t jskernel::GetAddrTypedArray(v8::Localv8::Object)’:
../libsys.cc:49:64: warning: β€˜v8::ArrayBuffer::Contents v8::ArrayBuffer::GetContents()’ is deprecated: Use GetBackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
49 | ArrayBuffer::Contents ab_c = ta->Buffer()->GetContents();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:5273:12: note: declared here
5273 | Contents GetContents();
| ^~~~~~~~~~~
../libsys.cc: In function β€˜int64_t jskernel::ArgToInt(v8::Localv8::Value)’:
../libsys.cc:55:46: error: no matching function for call to β€˜v8::Value::Int32Value()’
55 | return (int64_t) arg->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: β€˜v8::Maybe v8::Value::Int32Value(v8::Localv8::Context) const’
2869 | V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local context) const;
| ^~~~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided
../libsys.cc:58:55: error: no matching function for call to β€˜v8::Value::ToString()’
58 | String::Utf8Value v8str(arg->ToString());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate: β€˜v8::MaybeLocalv8::String v8::Value::ToString(v8::Localv8::Context) const’
2810 | V8_WARN_UNUSED_RESULT MaybeLocal ToString(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2810:44: note: candidate expects 1 argument, 0 provided
../libsys.cc:64:57: error: no matching function for call to β€˜v8::Value::ToObject()’
64 | return GetAddrArrayBuffer(arg->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc:68:56: error: no matching function for call to β€˜v8::Value::ToObject()’
68 | return GetAddrTypedArray(arg->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc:73:50: error: no matching function for call to β€˜v8::Array::Get(int)’
73 | int32_t lo = (int32_t) arr->Get(0)->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:74:50: error: no matching function for call to β€˜v8::Array::Get(int)’
74 | int32_t hi = (int32_t) arr->Get(1)->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:79:58: error: no matching function for call to β€˜v8::Array::Get(int)’
79 | int32_t offset = (int32_t) arr->Get(2)->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:86:52: error: no matching function for call to β€˜v8::Value::ToObject()’
86 | return GetAddrBuffer(arg->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc: In function β€˜int64_t jskernel::ExecSyscall(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:94:54: error: no matching function for call to β€˜v8::Value::Int32Value()’
94 | int64_t cmd = (uint64_t) args[0]->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: β€˜v8::Maybe v8::Value::Int32Value(v8::Localv8::Context) const’
2869 | V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local context) const;
| ^~~~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided
../libsys.cc: In function β€˜void jskernel::MethodSyscall(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:144:64: error: cannot convert β€˜v8::MaybeLocalv8::String’ to β€˜v8::Localv8::Value’
144 | if(len > 7) isolate->ThrowException(String::NewFromUtf8(isolate, "Syscall with over 6 arguments."));
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| v8::MaybeLocalv8::String

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:8851:44: note: initializing argument 1 of β€˜v8::Localv8::Value v8::Isolate::ThrowException(v8::Localv8::Value)’
8851 | Local ThrowException(Local exception);
| ~~~~~~~~~~~~~^~~~~~~~~
../libsys.cc: At global scope:
../libsys.cc:148:5: error: β€˜Handle’ does not name a type
148 | Handle Int64ToArray(Isolate* isolate, int64_t number) {
| ^~~~~~
../libsys.cc: In function β€˜void jskernel::MethodSyscall64(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:163:64: error: cannot convert β€˜v8::MaybeLocalv8::String’ to β€˜v8::Localv8::Value’
163 | if(len > 7) isolate->ThrowException(String::NewFromUtf8(isolate, "Syscall with over 6 arguments."));
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| v8::MaybeLocalv8::String

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:8851:44: note: initializing argument 1 of β€˜v8::Localv8::Value v8::Isolate::ThrowException(v8::Localv8::Value)’
8851 | Local ThrowException(Local exception);
| ~~~~~~~~~~~~~^~~~~~~~~
../libsys.cc:167:39: error: β€˜Int64ToArray’ was not declared in this scope
167 | args.GetReturnValue().Set(Int64ToArray(isolate, result));
| ^~~~~~~~~~~~
../libsys.cc: In function β€˜void jskernel::MethodAddrArrayBuffer(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:173:62: error: no matching function for call to β€˜v8::Value::ToObject()’
173 | uint64_t addr = GetAddrArrayBuffer(args[0]->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc: In function β€˜void jskernel::MethodAddrArrayBuffer64(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:179:62: error: no matching function for call to β€˜v8::Value::ToObject()’
179 | uint64_t addr = GetAddrArrayBuffer(args[0]->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc:181:60: error: no matching function for call to β€˜v8::Value::Int32Value()’
181 | int32_t offset = (int32_t) args[1]->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: β€˜v8::Maybe v8::Value::Int32Value(v8::Localv8::Context) const’
2869 | V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local context) const;
| ^~~~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided
../libsys.cc:184:35: error: β€˜Int64ToArray’ was not declared in this scope
184 | args.GetReturnValue().Set(Int64ToArray(isolate, addr));
| ^~~~~~~~~~~~
../libsys.cc: In function β€˜void jskernel::MethodAddrTypedArray(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:189:61: error: no matching function for call to β€˜v8::Value::ToObject()’
189 | uint64_t addr = GetAddrTypedArray(args[0]->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc: In function β€˜void jskernel::MethodAddrTypedArray64(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:195:61: error: no matching function for call to β€˜v8::Value::ToObject()’
195 | uint64_t addr = GetAddrTypedArray(args[0]->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc:196:35: error: β€˜Int64ToArray’ was not declared in this scope
196 | args.GetReturnValue().Set(Int64ToArray(isolate, addr));
| ^~~~~~~~~~~~
../libsys.cc: In function β€˜void jskernel::MethodAddrBuffer(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:201:57: error: no matching function for call to β€˜v8::Value::ToObject()’
201 | uint64_t addr = GetAddrBuffer(args[0]->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc: In function β€˜void jskernel::MethodAddrBuffer64(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:207:56: error: no matching function for call to β€˜v8::Value::ToObject()’
207 | int64_t addr = GetAddrBuffer(args[0]->ToObject());
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate: β€˜v8::MaybeLocalv8::Object v8::Value::ToObject(v8::Localv8::Context) const’
2822 | V8_WARN_UNUSED_RESULT MaybeLocal ToObject(
| ^~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2822:44: note: candidate expects 1 argument, 0 provided
../libsys.cc:208:35: error: β€˜Int64ToArray’ was not declared in this scope
208 | args.GetReturnValue().Set(Int64ToArray(isolate, addr));
| ^~~~~~~~~~~~
../libsys.cc: In function β€˜void jskernel::MethodMalloc(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:215:52: error: no matching function for call to β€˜v8::Value::Int32Value()’
215 | size_t size = (size_t) args[1]->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: β€˜v8::Maybe v8::Value::Int32Value(v8::Localv8::Context) const’
2869 | V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local context) const;
| ^~~~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided
../libsys.cc:217:70: warning: β€˜static v8::Localv8::ArrayBuffer v8::ArrayBuffer::New(v8::Isolate*, void*, size_t, v8::ArrayBufferCreationMode)’ is deprecated: Use the version that takes a BackingStore. See http://crbug.com/v8/9908. [-Wdeprecated-declarations]
217 | Local buf = ArrayBuffer::New(isolate, addr, size);
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:5176:29: note: declared here
5176 | static Local New(
| ^~~
../libsys.cc: In function β€˜void jskernel::MethodCall(const v8::FunctionCallbackInfov8::Value&)’:
../libsys.cc:248:52: error: no matching function for call to β€˜v8::Value::Int32Value()’
248 | offset = (int32_t) args[1]->Int32Value();
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate: β€˜v8::Maybe v8::Value::Int32Value(v8::Localv8::Context) const’
2869 | V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local context) const;
| ^~~~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:2869:40: note: candidate expects 1 argument, 0 provided
../libsys.cc:266:40: error: no matching function for call to β€˜v8::Array::Get(int)’
266 | ArgToInt(arr->Get(0))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:271:40: error: no matching function for call to β€˜v8::Array::Get(int)’
271 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:271:63: error: no matching function for call to β€˜v8::Array::Get(int)’
271 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:276:40: error: no matching function for call to β€˜v8::Array::Get(int)’
276 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:276:63: error: no matching function for call to β€˜v8::Array::Get(int)’
276 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:276:86: error: no matching function for call to β€˜v8::Array::Get(int)’
276 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:281:40: error: no matching function for call to β€˜v8::Array::Get(int)’
281 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:281:63: error: no matching function for call to β€˜v8::Array::Get(int)’
281 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:281:86: error: no matching function for call to β€˜v8::Array::Get(int)’
281 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:281:109: error: no matching function for call to β€˜v8::Array::Get(int)’
281 | )), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:286:40: error: no matching function for call to β€˜v8::Array::Get(int)’
286 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:286:63: error: no matching function for call to β€˜v8::Array::Get(int)’
286 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:286:86: error: no matching function for call to β€˜v8::Array::Get(int)’
286 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:286:109: error: no matching function for call to β€˜v8::Array::Get(int)’
286 | Int(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:286:132: error: no matching function for call to β€˜v8::Array::Get(int)’
286 | )), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:291:40: error: no matching function for call to β€˜v8::Array::Get(int)’
291 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:291:63: error: no matching function for call to β€˜v8::Array::Get(int)’
291 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:291:86: error: no matching function for call to β€˜v8::Array::Get(int)’
291 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:291:109: error: no matching function for call to β€˜v8::Array::Get(int)’
291 | Int(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:291:132: error: no matching function for call to β€˜v8::Array::Get(int)’
291 | ), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:292:40: error: no matching function for call to β€˜v8::Array::Get(int)’
292 | ArgToInt(arr->Get(5))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:297:40: error: no matching function for call to β€˜v8::Array::Get(int)’
297 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:297:63: error: no matching function for call to β€˜v8::Array::Get(int)’
297 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:297:86: error: no matching function for call to β€˜v8::Array::Get(int)’
297 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:297:109: error: no matching function for call to β€˜v8::Array::Get(int)’
297 | Int(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:297:132: error: no matching function for call to β€˜v8::Array::Get(int)’
297 | ), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:298:40: error: no matching function for call to β€˜v8::Array::Get(int)’
298 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:298:63: error: no matching function for call to β€˜v8::Array::Get(int)’
298 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:303:40: error: no matching function for call to β€˜v8::Array::Get(int)’
303 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:303:63: error: no matching function for call to β€˜v8::Array::Get(int)’
303 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:303:86: error: no matching function for call to β€˜v8::Array::Get(int)’
303 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:303:109: error: no matching function for call to β€˜v8::Array::Get(int)’
303 | Int(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:303:132: error: no matching function for call to β€˜v8::Array::Get(int)’
303 | ), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:304:40: error: no matching function for call to β€˜v8::Array::Get(int)’
304 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:304:63: error: no matching function for call to β€˜v8::Array::Get(int)’
304 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:304:86: error: no matching function for call to β€˜v8::Array::Get(int)’
304 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:309:40: error: no matching function for call to β€˜v8::Array::Get(int)’
309 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:309:63: error: no matching function for call to β€˜v8::Array::Get(int)’
309 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:309:86: error: no matching function for call to β€˜v8::Array::Get(int)’
309 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:309:109: error: no matching function for call to β€˜v8::Array::Get(int)’
309 | Int(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:309:132: error: no matching function for call to β€˜v8::Array::Get(int)’
309 | ), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:310:40: error: no matching function for call to β€˜v8::Array::Get(int)’
310 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:310:63: error: no matching function for call to β€˜v8::Array::Get(int)’
310 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:310:86: error: no matching function for call to β€˜v8::Array::Get(int)’
310 | Int(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:310:109: error: no matching function for call to β€˜v8::Array::Get(int)’
310 | )), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:315:40: error: no matching function for call to β€˜v8::Array::Get(int)’
315 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:315:63: error: no matching function for call to β€˜v8::Array::Get(int)’
315 | ArgToInt(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:315:86: error: no matching function for call to β€˜v8::Array::Get(int)’
315 | Int(arr->Get(0)), ArgToInt(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:315:109: error: no matching function for call to β€˜v8::Array::Get(int)’
315 | Int(arr->Get(1)), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:315:132: error: no matching function for call to β€˜v8::Array::Get(int)’
315 | ), ArgToInt(arr->Get(2)), ArgToInt(arr->Get(3)), ArgToInt(arr->Get(4)),
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:316:40: error: no matching function for call to β€˜v8::Array::Get(int)’
316 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8)), ArgToInt(arr->Get(9))
| ^
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:316:63: error: no matching function for call to β€˜v8::Array::Get(int)’
316 | ArgToInt(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8)), ArgToInt(arr->Get(9))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:316:86: error: no matching function for call to β€˜v8::Array::Get(int)’
316 | Int(arr->Get(5)), ArgToInt(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8)), ArgToInt(arr->Get(9))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:316:109: error: no matching function for call to β€˜v8::Array::Get(int)’
316 | Int(arr->Get(6)), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8)), ArgToInt(arr->Get(9))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:316:132: error: no matching function for call to β€˜v8::Array::Get(int)’
316 | )), ArgToInt(arr->Get(7)), ArgToInt(arr->Get(8)), ArgToInt(arr->Get(9))
| ^

In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, v8::Localv8::Value)’
3717 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3717:43: note: candidate expects 2 arguments, 1 provided
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate: β€˜v8::MaybeLocalv8::Value v8::Object::Get(v8::Localv8::Context, uint32_t)’
3720 | V8_WARN_UNUSED_RESULT MaybeLocal Get(Local context,
| ^~~
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:3720:43: note: candidate expects 2 arguments, 1 provided
../libsys.cc:320:60: error: cannot convert β€˜v8::MaybeLocalv8::String’ to β€˜v8::Localv8::Value’
320 | isolate->ThrowException(String::NewFromUtf8(isolate, "Too many arguments."));
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| |
| v8::MaybeLocalv8::String
In file included from /home/work/.cache/node-gyp/14.17.0/include/node/node.h:67,
from ../libsys.cc:6:
/home/work/.cache/node-gyp/14.17.0/include/node/v8.h:8851:44: note: initializing argument 1 of β€˜v8::Localv8::Value v8::Isolate::ThrowException(v8::Localv8::Value)’
8851 | Local ThrowException(Local exception);
| ~~~~~~~~~~~~~^~~~~~~~~
In file included from ../libsys.cc:6:
../libsys.cc: At global scope:
/home/work/.cache/node-gyp/14.17.0/include/node/node.h:758:7: warning: cast between incompatible function types from β€˜void ()(v8::Localv8::Object)’ to β€˜node::addon_register_func’ {aka β€˜void ()(v8::Localv8::Object, v8::Localv8::Value, void*)’} [-Wcast-function-type]
758 | (node::addon_register_func) (regfunc),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/work/.cache/node-gyp/14.17.0/include/node/node.h:792:3: note: in expansion of macro β€˜NODE_MODULE_X’
792 | NODE_MODULE_X(modname, regfunc, NULL, 0) // NOLINT (readability/null_usage)
| ^~~~~~~~~~~~~
../libsys.cc:445:5: note: in expansion of macro β€˜NODE_MODULE’
445 | NODE_MODULE(addon, init)
| ^~~~~~~~~~~
make: *** [libsys.target.mk:109: Release/obj.target/libsys/libsys.o] Error 1
make: Leaving directory '/home/work/.npm-global/lib/node_modules/bamboo-cli/node_modules/libsys/build'
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)
gyp ERR! stack at ChildProcess.emit (events.js:376:20)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
gyp ERR! System Linux 5.11.0-7614-generic
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/work/.npm-global/lib/node_modules/bamboo-cli/node_modules/libsys
gyp ERR! node -v v14.17.0
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/work/.npm/_logs/2021-05-20T14_39_55_425Z-debug.log

Have tried to install several versions of node, adding permisions and global directory on the home folder of the user installing the package but all to not avail. Any ideas what could be the issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.