Questions tagged [node-pre-gyp]
50 questions
0
votes
0 answers
Trying to install grpc-node locally
I'm trying to install grpc locally via npm install, and command I used was sudo npm i grpc --unsafe-perm. I get an error, and I'm not sure what I'm doing wrong. I'm on linux, ubuntu 18.04.1. I have node v11 and npm v6.4.1.
Here is the error…

Binyamin Green
- 83
- 1
- 2
- 11
0
votes
2 answers
heroku node deployment(react-boilerplate) sh: 1: node-pre-gyp: not found error
I'm getting error when deploying react-boilerplate on heroku with feathers, nodejs, mongodb, react. I specified up to date versions in package.json, and tried building with both npm and yarn but both fail. I appreciate your help!
"engines": {
…

Seunghun Sunmoon Lee
- 469
- 1
- 8
- 15
0
votes
1 answer
nodejs 6.1.0 install error with - node-pre-gyp
I googled many related question and i am lost as i am a beginner to ionic.
My npm version: 6.1.0
My nodejs version: 10.5.0
i cloned a private repo and the first thing i do is npm i to install the packages.
Then i encounter the error when it reach…

Jerry
- 1,455
- 1
- 18
- 39
0
votes
2 answers
Prebuilt electron module distribution
I'd like to distribute prebuilt binaries for a native Node.js add-on for Electron.
Presumably Node ABI changes between major bumps so I wonder if running node-pre-gyp with the right version of Node.js is gonna cut it or do I have to run…

pronebird
- 12,068
- 5
- 54
- 82
-1
votes
1 answer
How to install node-sqlite3 in yocto?
I have a node.js project in which i am using node-sqlite3 to read write the sqlite3 database.
I am using devtool to generate the recipe for node.js.
After generating the recipe when i try "bitbake node-project".
sqlite3 gives an error of node-gyp…

Hsn
- 1,168
- 2
- 16
- 39