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

Deploying into Heroku node-gyp can not install base64@2.1.0, node-gyp rebuild failed

I'm trying to install a nodejs application in heroku but can not be deployed, because node-gyp rebuild of the base64 library. Any idea to solve this deploy issue. Works ok locally, the issue is only deploying into heroku. Any ideas to solve…
user3488048
0
votes
0 answers

Non-blocking event structure node-gyp

I've create a basic version of this program https://github.com/javiergarmon/OS-X-FSEvents/blob/master/main.cpp with node-gyp, and this is the result https://github.com/javiergarmon/node-OS-X-FSEvents The problem comes when I've try to create two…
user2633604
  • 111
  • 1
  • 7
0
votes
1 answer

Building addons for Node.js on Mint17

I am trying to build some example addons for Node on Linux Mint 17. I keep getting errors. I have tried to change the compiler to clang and also tried using [NAN][1] but I am still getting errors the clang compiler generates less errors than g++,…
avrono
  • 1,648
  • 3
  • 19
  • 40
0
votes
1 answer

NPM / gyp error when installing redis

Full error/warning log: http://pastebin.com/xNjC4FDr I had problem as well when I tried to install MongoDB, I have made SO question of it but, that was only warnings, so I could ignore it. But this time it's not only warnings, but also red…
Kil'jaeden
  • 939
  • 2
  • 11
  • 19
0
votes
1 answer

error while node-gyp build

I want to use c/c++ language in javascript(node.js), so I use addon, node-gyp. And I make spi.cc(source file), this file make in /home/pi GNU nano 2.2.6 File: spi.cc …
ahang
  • 51
  • 1
  • 3
0
votes
1 answer

spawn ENOENT error installing Zombie.js @contextify node-gyp rebuild Mac

I'm trying to install Zombie.js on mac osx 10.9.5: npm install zombie --save-dev and am getting this error as a result: Zacks-MacBook-Air:zackfischmann zackfischmann$ npm install zombie --save-dev > ws@0.4.32 install…
zfisch
  • 21
  • 7
0
votes
1 answer

Error when Installing NPM module during Meteor.js's MUP Deploy

I'm deploying a Meteor v0.9.3 app from a OSX system onto an Ubuntu 14.04 system using Meteor-up mup v0.6.8. It gives an error as shown below. Repeated npm i -g mup, mup setup, mup deploy but it didn't solve the problem. Seems like there's a problem…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
0
votes
1 answer

node-gyp error while installing a nodejs module?

I tried to install steam node module on windows and got an error below I think it's an error of node-gyp white configure and run install.js file Can someone tell me how can I fix this, I found many question like this but the answers didn't help…
FongZooZ
  • 48
  • 6
0
votes
1 answer

node-gyp undefined reference problems

I am attempting to use node-gyp to create an executable to use from node.js which links to shared library from an existing open source project. I can compile the existing open source project (zmap) as a shared object without any problems. My…
jas-
  • 1,801
  • 1
  • 18
  • 30
0
votes
1 answer

404 Not Found - node-gyp

This morning I've been diving into the wonderful (and quite frustrating) world of NodeJS. I'm now wanting to install node-restify and, after a bit of research, now realise I need to install a package called node-gyp…
Chris Dixon
  • 9,147
  • 5
  • 36
  • 68
0
votes
1 answer

Setting MS references via gyp

I need to compile something with gyp. I make use of some windows APIs, so I need to add the following lines to my vcxproj-file
svennergr
  • 800
  • 1
  • 8
  • 26
0
votes
2 answers

Gyp module issue with my remote server (openshift)

When I try to install sails-postgresql@0.9.7 package on openshift, I have the following issue. node-gyp rebuild || (exit 0) Traceback (most recent call last): File "/opt/rh/nodejs010/root/usr/bin/gyp", line 15, in import…
elyrico
  • 519
  • 6
  • 19
0
votes
0 answers

Problems with npm auth-net-cim

I can't figure out where this reference to node-expat 1.6.1 is coming from. I've looked into each module's repo and their dev dependencies and they all reference node-expat 2.0.0. No idea whats going on, just switched to a windows 8 pc and i can't…
ap-o
  • 170
  • 1
  • 8
0
votes
2 answers

Installing node modules with node-gyp spawn ENOENT error

I'm trying to install the dependencies of the node-rtp-midi module. I followed the tutorial on the node-gyp github and searched the internet for many hours. I just can't get this thing to work. Every time a module needs node-gyp, the installation of…
boortmans
  • 1,138
  • 2
  • 24
  • 40
0
votes
0 answers

Error during node-gyp build and bcrypt installation

I was trying to install bcrypt in smartos of joyent using npm install bcrypt but getting an error. Then with help of the right answer of a discussion here I tried but again stuck due to following error while executing node-gyp build. What could be…
Ajay
  • 1,255
  • 1
  • 17
  • 30