Top "Node-gyp" questions

a cross-platform command-line tool used for compiling addon modules for Node.

Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27'

I am building my node module (using N-API) both for Mac (10.9+) and Linux (Ubuntu 18). When I am deploying my module …

node.js linux compilation glibc node-gyp
MSBUILD : error MSB3428: Could not load the Visual C++ component "VCBuild.exe"

I am trying to install nodejs from a long time now. I tried it searching over the google but seriously …

python ruby node.js msbuild node-gyp
error MSB3411: Could not l oad the Visual C++ component "VCBuild.exe"

I have Visual Studio 2010 with SP1 and Windows sdk 7.1. I also have VS2012 and Windows kit 8. when i run Windows …

visual-studio-2010 msbuild node-gyp
Can't find Python executable "/path/to/executable/python2.7", you can set the PYTHON env variable

[email protected] install /home/sudthenerd/polymer-starter-kit-1.2.1/node_modules/bufferutil > node-gyp rebuild gyp ERR! configure error gyp ERR! stack Error: Can't …

node.js polymer-1.0 node-gyp npm-install
Cannot npm install due to node-gyp: binding.gyp not found

I have been working on this all day and have tried lots of different things: Uninstalling node and installing latest …

node.js windows npm node-gyp
npm package.json OS specific dependency

Is there a way to specify OS specific dependencies in a npm package.json file? For example, I would only …

node.js npm node-gyp
Error: Cannot find module 'nan'

I'm working on native Node.js addon and following nan docs I included nan into binding.gyp like: "include_dirs" : [ "&…

node.js npm node-gyp node.js-addon node.js-nan
when trying to configure or rebuild node-gyp, getting errors: mac osx mavericks

I'm trying to run node-gyp configure, but am getting the following errors: gyp: binding.gyp not found (cwd: /usr/local/…

macos node.js osx-mavericks node-gyp
npm install error: "The build tools for v120 (Platform Toolset = 'v120') cannot be found"

While running an npm install that required a node-gyp rebuild, the following build error was thrown: MSB8020: The build tools …

msbuild npm visual-studio-2015 windows-10 node-gyp
How to use a .node file?

I was trying to install node_mouse and when I looked in my node modules folder and instead of a …

javascript node.js npm node-gyp