Skip to content

Commit 28b9b7b

Browse files
dnicolsonrzr
authored andcommitted
Fix binary 404 error
1 parent b8ec9d4 commit 28b9b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jshint": "^2.13.6"
3939
},
4040
"scripts": {
41-
"install": "node-pre-gyp install --fallback-to-build --update-binary",
41+
"install": "node-pre-gyp install --build-from-source",
4242
"test": "jshint lib/*.js && node test.js"
4343
},
4444
"binary": {

0 commit comments

Comments
 (0)