Cannot find module '../build/Release/aerospike.node'
See original GitHub issueI installed “aerospike” via npm on Ubuntu 14.04. I created a js file like below:
var aerospike = require("aerospike");
When I run the file, I get this error:
Cannot find module ‘…/build/Release/aerospike.node’
Issue Analytics
- State:
- Created 9 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
npm aerospike install issue - node.js - Stack Overflow
It looks like the client that's being downloaded isn't versioned at all, which means that it always downloads the latest/current version of the ......
Read more >aerospike - npm
Latest version: 5.2.0, last published: 18 days ago. Start using aerospike in your project by running `npm i aerospike`.
Read more >Installing the Aerospike Node.js Client | Developer Hub
To download and install the latest stable version of Node.js, visit nodejs.org. Install the necessary "development tools" and other libraries to build the ......
Read more >ServiceNow Community servicenow community
Error: Cannot find module '../build/Release/keytar.node' ... I am using NVM as Node js manager and HAVE switch to 12.16.1 before I installed ...
Read more >Node.js Client for The Aerospike Database - Morioh
The installation will attempt to build the add-on module prior to installation. The build step will resolve the Aerospike C client dependency as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@niloy What was your mistake?
@jhecking OS is Ubunto 16.10 and node version is v4.2.6 - hope this helps