deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

Run node-gyp and node-gyp-build via npx #408

Closed link2xt closed 4 years ago

link2xt commented 4 years ago

Otherwise system versions are run and trigger https://github.com/nodejs/node-gyp/issues/2005 bug which is already fixed in node-gyp 6.1.0.

link2xt commented 4 years ago

Made a simple script to test:

"x": "npx which node-gyp",
"y": "which node-gyp",

The first one gives me .../deltachat-node/node_modules/.bin/node-gyp, the second one /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp.