This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
npm install fails with Node 12 #75
Closed
Description
Description
npm install with Node 12 fails
Steps to Reproduce
- clone the repo
- make sure you are using Node 12.x
- npm install
Expected behavior:
Installs just fine
Actual behavior:
../src/bindings/marker-index-wrapper.cc:350:43: error: no matching function for call to ‘v8::Integer::NumberValue()’
350 | max_count = js_max_count->NumberValue();
| ^
Is the last error but there are previous too.
Reproduces how often:
Always
Versions
Current master
Metadata
Metadata
Assignees
Labels
No labels