Skip to content

Commit

Permalink
Fix binary 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored Feb 4, 2024
1 parent b8ec9d4 commit 644a758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jshint": "^2.13.6"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build --update-binary",
"install": "node-pre-gyp install --build-from-source",
"test": "jshint lib/*.js && node test.js"
},
"binary": {
Expand Down

0 comments on commit 644a758

Please sign in to comment.