Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.21 KB | None | 0 0
  1. (zigbee2mqtt) pi@hassio:/opt/zigbee2mqtt $ npm install
  2.  
  3. > @serialport/bindings@8.0.1 install /opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/bindings
  4. > prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild
  5.  
  6. prebuild-install WARN install No prebuilt binaries found (target=10.15.1 runtime=node arch=arm libc= platform=linux)
  7. Aborted
  8. Aborted
  9. gyp: Call to 'node -e "require('nan')"' returned exit status 134 while in binding.gyp. while trying to load binding.gyp
  10. gyp ERR! configure error
  11. gyp ERR! stack Error: `gyp` failed with exit code: 1
  12. gyp ERR! stack     at ChildProcess.onCpExit (/opt/zigbee2mqtt/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:345:16)
  13. gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
  14. gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
  15. gyp ERR! System Linux 4.19.75-v7+
  16. gyp ERR! command "/opt/zigbee2mqtt/bin/node" "/opt/zigbee2mqtt/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  17. gyp ERR! cwd /opt/zigbee2mqtt/node_modules/zigbee-herdsman/node_modules/@serialport/bindings
  18. gyp ERR! node -v v10.15.1
  19. gyp ERR! node-gyp -v v3.8.0
  20. gyp ERR! not ok
  21. Aborted
  22. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/zigbee-herdsman/node_modules/fsevents):
  23. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
  24. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
  25. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
  26.  
  27. npm ERR! code ELIFECYCLE
  28. npm ERR! errno 134
  29. npm ERR! @serialport/bindings@8.0.1 install: `prebuild-install --tag-prefix @serialport/bindings@ || node-gyp rebuild`
  30. npm ERR! Exit status 134
  31. npm ERR!
  32. npm ERR! Failed at the @serialport/bindings@8.0.1 install script.
  33. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  34.  
  35. npm ERR! A complete log of this run can be found in:
  36. npm ERR!     /home/pi/.npm/_logs/2019-11-21T21_53_43_044Z-debug.log
  37. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement