I’m trying to use uplink-nodejs on Windows and I managed to install it (I had to downgrade npm to 6.14.11).
But when I try to run the application it crashed, silently. I actually node-inspected it and the crash makes node-inspect think it’s responsible for the crash.
On the first run I got the below error:
Fatal error in v8::HandleScope::CreateHandle()
Cannot create a handle without a HandleScope
That actually works, I’ve already tried it. We are however building an API using nodejs and it works for everyone else who is not using Windows.
I am able to run uplink-nodejs in VirtualBox but it’s not sustainable as a work environment.
As an investigative step, could you give me some example of what I should be able to do with uplink-c if I compile it myself? I am able to compile it but it doesn’t give me any output.