Top "Node-gyp" questions

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

How to convert v8::String to const char *

i have this function in dll static COMMANDERDLL_API int InsertCodeBar(const char* pszBuffer); in my node addon i have …

c++ node.js v8 node-gyp node.js-addon
How to setup node-gyp behide a proxy

When i install karma that use node-gyp to fetch package and do rebuild, and I got a "gyp Error!: connect …

karma-runner node-gyp
npm install mongoose causes gyp and kerberos errors (gssapi/gssapi.h file not found)

Ubuntu 14.04 nodejs version is v4.1.1 installed with these commands: curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash …

node.js ubuntu mongoose kerberos node-gyp
npm audit Arbitrary File Overwrite

I recently updated my version of angular using ng update and when running npm audit it found 1 high severity vulnerability …

node.js npm sass tar node-gyp
TRACKER : error TRK0005: Failed to locate: "CL.exe"

I feel like I've tried everything. I have installed and uninstalled every single version of Visual studio (from 2010 - 2017) I …

c++ node.js npm-install node-gyp
node-gyp build error for bcrypt module in Windows_NT 6.1.7600 (x86)

I found many answers like a kind of this question, but all of them could not solve my problem. Here …

node.js windows-7 node-gyp
node-gyp installation failures on Windows

Node Version: node -v and npm -v node v8.11.2 npm v6.0.1 Platform: uname -a (UNIX), or systeminfo | findstr /B /C:"…

node.js npm node-gyp
Using Docker with nodejs with node-gyp dependencies

I'm planning to use Docker to deploy a node.js app. The app has several dependencies that require node-gyp. Node-gyp …

node.js ubuntu docker containers node-gyp
node-gyp link library dependencies at build time

My nodejs addon uses cares library and my binding.gyp has dependencies attribute which is pointing to this. Now whenever …

c++ node.js node-gyp
Should I backup the ".npm" and ".node-gyp" folder?

I am working on a backup plan for my hard-drive, and I would like to know whether there is any …

node.js backup npm node-gyp