You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
397 B

  1. --- a/package.json 2014-05-02 12:02:02.940515727 +0200
  2. +++ b/package.json 2014-05-02 12:03:08.488512762 +0200
  3. @@ -69,7 +71,7 @@
  4. "serialportterm": "./bin/serialportTerminal.js"
  5. },
  6. "scripts": {
  7. - "install": "node-pre-gyp install --fallback-to-build",
  8. + "install": "node-pre-gyp reinstall --build-from-source --target_arch=${npm_config_arch}",
  9. "test": "grunt --verbose"
  10. }
  11. }