We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d6bc commit e0d8accCopy full SHA for e0d8acc
package.json
@@ -9,7 +9,7 @@
9
},
10
"scripts": {
11
"test": "mocha",
12
- "install": "node-pre-gyp install --fallback-to-build"
+ "install": "./node_modules/node-pre-gyp/bin/node-pre-gyp install --fallback-to-build"
13
14
"bin": {
15
"node-pre-gyp": "./node_modules/node-pre-gyp/bin/node-pre-gyp"
0 commit comments