Questions tagged [node-gyp]

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

Node-gyp is a cross-platform command-line tool written in Node.js for compiling native addon modules for Node.js, which takes away the pain of dealing with the various differences in build platforms.

Source: Github (node-gyp)

974 questions
0
votes
1 answer

Can't get angular-fullstack generator to compile

I'm currently trying to start a project using the angular-fullstack generator (https://github.com/angular-fullstack/generator-angular-fullstack) but I keep running into errors trying to set up the project. I'm running this on Mac OSX with node…
Frenchy
  • 90
  • 1
  • 10
0
votes
2 answers

How do I delete all installed/built npm C++ addons?

I upgraded my version of node. npm rebuild and deleting my node_modules directory does not seem to work for me to rebuild my C++ addons. I'm still getting this error: Error: The module…
cgsd
  • 1,242
  • 2
  • 13
  • 25
0
votes
1 answer

Can't install Node Serialport on German Win7

I'm trying to install our Node serial widget which allows a PHP served site to talk to both the local machine's serial ports, and our remote server (with MariaDB). The site I'm trying to install to is located in Germany (but is on our domain, so I…
delliottg
  • 3,950
  • 3
  • 38
  • 52
0
votes
1 answer

Node Addon node-gyp build missing V8 dll's

I’m trying to compile the node-addon example taken from : https://nodejs.org/dist/latest-v6.x/docs/api/addons.html I’m trying to do it on an offline system. I’ve pointed node-gyp configure to a local source of node using –nodedir. My problem is I’m…
user4292309
0
votes
1 answer

g++ build errors with node-gyp rebuild for Node.js Addon

Here is my bindings.gyp file: { "targets": [ { "target_name": "hello", "sources": [ "hello.cpp" ], "include_dirs": [ "
user5047085
0
votes
1 answer

NPM Install Fails on GYP MAKE: Error: `make` failed with exit code: 2

We recently took over a website and are now facing troubles updating the SASS. When running npm install a bunch of errors get thrown out. When rebuilding Gyp, something goes wrong and the process aborts. I've looked over a bunch of different posts…
Pieter Mathys
  • 19
  • 1
  • 5
0
votes
0 answers

Three.js shader error 1282

Receiving following when trying to render using three.js. THREE.WebGLProgram: shader error: 1282 gl.VALIDATE_STATUS false gl.getProgramInfoLog not linked. I have gotten my project running on a Windows 10 laptop and now trying to get it running…
JakobMiller
  • 323
  • 6
  • 19
0
votes
1 answer

lazy symbol binding failed: Symbol not found with node-gyp

node-gyp configure and node-gyp build exit without error. However, when I attempt to call the function, I get this error dyld: lazy symbol binding failed: Symbol not found: Referenced from: /Users/username/src/.... Expected…
Tuan Anh Tran
  • 6,807
  • 6
  • 37
  • 54
0
votes
1 answer

Installing node packages like ts-java and others and keep getting node-gyp issues

I am running an Ec2 with Amazon and have node 7 installed successfully. I have also made sure that node-gyp is installed. I am currently trying to add on some other packages for titan-gremlin functionality and every install I get the same error…
Tyler Nichol
  • 635
  • 2
  • 7
  • 28
0
votes
1 answer

node-gyp and contextify - The builds tools for v140 (Platform Toolset = 'v140') cannot be found

I have a project that depends on d3 version 3.5.3 and that depends on contextify. When that's running through node-gyp it's blowing up. Generally I've been able to fix this by specifying the msvs_version=2015, but that didn't work. So, I performed…
Mike Perrenoud
  • 66,820
  • 29
  • 157
  • 232
0
votes
1 answer

node-gyp rebuild error windows 10

Why installing term3 on atom (Windows 10, Visual Studio 2015) I get the following error. I tried all the solution available on the internet but can't help the issue. Can someone help me fix this? C:\Users\JoyLal>apm install term3 Installing term3 to…
0
votes
1 answer

How do I access USB with Electron?

My systemenvironment: Windows 10 with Visual Studio 2015 (including C++ Compiler Tools) and node.js installed I tried to include a node library into the electon-quick-start-project and failed. First of all I tried electron-usb to include…
Joe
  • 29
  • 7
0
votes
0 answers

How do I deal with multiple dependencies that need to be built in different environments?

Background: We're developing several Node.js microservices on our local Mac OS X machines. Our development environment is a Vagrant/Docker environment in which the code is mapped into to run. For a specific microservice, we are utilizing two…
Michael Irigoyen
  • 22,513
  • 17
  • 89
  • 131
0
votes
1 answer

Getting error while installing oracledb in NodeJs

I am trying to install oracledb in node js, but as I run the command >npm install oracledb After these commands: > oracledb@1.11.0 install D:\xyz\XYZApp\npm\node_modules\oracledb > node-gyp rebuild An error…
0
votes
1 answer

Node-gyp error on Windows 10

I have repository https://github.com/maximusnikulin/react-gulp-boilerplate I clone it in a folder on my disk, then I use npm install to install all packages. On Windows 7 it works perfect, but on Windows 10 I have error node-gyp should be installed…
Max Nikulin
  • 33
  • 1
  • 7