node-bindings

resolve path to c++ addons built by node-gyp - Node.js module

Description

Throughout the course of Node.js's native addon history, addons have ended up being compiled in a variety of different places, depending on which build tool and which version of Node.js was used. In addition, the gyp build tool can produce either a Release or Debug build, each being built into different locations.

This module checks all the possible locations that a native addon would be built at, and returns the first one that loads successfully.

In Debian, addons are always built in the same place - in the Release directory. This module allows upstream code to remain unchanged regardless of the environment it is built in.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/TooTallNate/node-bindings


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-bindings