node-int64-native icon indicating copy to clipboard operation
node-int64-native copied to clipboard

A simple uint64_t wrapper for node.js.

Results 12 node-int64-native issues
Sort by recently updated
recently updated
newest added

> [email protected] install /Users/razvanrujoiu/Documents/ProiecteReact/videoManager/node_modules/int64-native > node-gyp configure && node-gyp build CXX(target) Release/obj.target/Int64/src/main.o In file included from ../src/main.cc:8: ../src/Int64.h:13:20: error: no template named 'Handle' static void Init(Handle exports); ^ ../src/main.cc:13:14: error:...

[email protected] install > node-gyp configure && node-gyp build CXX(target) Release/obj.target/Int64/src/main.o In file included from ../src/main.cc:8: ../src/Int64.h:13:20: error: no template named 'Handle' static void Init(Handle exports); ^ ../src/main.cc:13:6: error: variable has...

* [x] fix deprecated warnings, build errors. * [x] pass GitHub workflow. Please see https://github.com/hackmod/node-int64-native/actions/runs/230724504

**OS X Mojave** **Step 1** ``` test-node-10 yarn init yarn init v1.12.1 question name (test-node-10): question version (1.0.0): question description: question entry point (index.js): question repository url: question author: question...

Hi Candu, I need your help. I am running the latest node version and trying to install avro-serializer on my Mac machine. The installer stopped at [email protected] install: `node-gyp configure...

With the recent `nan` bump I made in #18. Thanks! @candu

# The Error ..\src\Int64.cc(103): error C2466: Zuordnung eines Arrays der konstanten Größe 0 nicht möglich. [C:\Users\fsy\AppData\R oaming\npm\node_modules\int64-native\build\Int64.vcxproj] # The Fix ``` Diff diff --git a/src/Int64.cc b/src/Int64.cc index 802ed2a..dfe79a9 100644 ---...

Getting 'error C2466: cannot allocate an array of constant size 0' on Win 10 / VS 2015. Any ideas? Thx!

I'm trying to install this plugin to a project and npm won't install it. I keep getting errors about ObjectWrap not being declared and Argument not being found either. I'm...