cjcandctr
cjcandctr
try this: npm install --global --production windows-build-tools Microsoft Visual C++ build tools are packaged with Visual Studio but now available for npm. see this link for details https://stackoverflow.com/questions/34335043/troubles-with-npm-and-node-gyp-in-windows after this...
I'm trying to run the same example while I got Exception in thread "main" java.lang.UnsatisfiedLinkError: no jzmq in java.library.path
My solution is removing useNativeBigInt options. I've read the readme quite a lot of times. Seems that it is trying to say floating number should consider as bigint. However, native...