Advertisement
Guest User

Untitled

a guest
Aug 21st, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. C:\Users\<USER>\Documents\beaker\app\node_modules\go-ipfs-dep\src\index.js:35
  2. throw new Error('no binary available for os:' + goenv.GOOS)
  3. ^
  4.  
  5. Error: no binary available for os:windows
  6. at checkPlatform (C:\Users\<USER>\Documents\beaker\app\node_modules\go-ipfs-dep\src\index.js:35:15)
  7. at module.exports (C:\Users\<USER>\Documents\beaker\app\node_modules\go-ipfs-dep\src\index.js:9:3)
  8. at Object.<anonymous> (C:\Users\<USER>\Documents\beaker\app\node_modules\go-ipfs-dep\src\bin.js:2:14)
  9. at Module._compile (module.js:556:32)
  10. at Object.Module._extensions..js (module.js:565:10)
  11. at Module.load (module.js:473:32)
  12. at tryModuleLoad (module.js:432:12)
  13.  
  14. at Function.Module._load (module.js:424:3)
  15. at Module.runMain (module.js:590:10)
  16. at run (bootstrap_node.js:394:7)
  17. [email protected] C:\Users\<USER>\Documents\beaker\app
  18.  
  19. <--------- Remove Unnecessary output ----------------->
  20. <--------- Remove Unnecessary output ----------------->
  21.  
  22. npm ERR! [email protected] install: `node src/bin.js`
  23. npm ERR! Exit status 1
  24. npm ERR!
  25. npm ERR! Failed at the [email protected] install script 'node src/bin.js'.
  26. npm ERR! Make sure you have the latest version of node.js and npm installed.
  27. npm ERR! If you do, this is most likely a problem with the go-ipfs-dep package,
  28. npm ERR! not with npm itself.
  29. npm ERR! Tell the author that this fails on your system:
  30. npm ERR! node src/bin.js
  31. npm ERR! You can get information on how to open an issue for this project with:
  32. npm ERR! npm bugs go-ipfs-dep
  33. npm ERR! Or if that isn't available, you can get their info via:
  34. npm ERR! npm owner ls go-ipfs-dep
  35. npm ERR! There is likely additional logging output above.
  36.  
  37. npm ERR! Please include the following file with any support request:
  38. npm ERR! C:\Users\<USER>\Documents\beaker\app\npm-debug.log
  39.  
  40. npm WARN optional Skipping failed optional dependency //appdmg:
  41. npm WARN notsup Not compatible with your operating system or architecture: [email protected]
  42. npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
  43. npm WARN notsup Not compatible with your operating system or architecture: [email protected]
  44. npm WARN beaker No repository field.
  45. npm WARN beaker No license field.
  46. npm ERR! Windows_NT 10.0.10586
  47. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\<USER>\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "install"
  48. npm ERR! node v6.4.0
  49. npm ERR! npm v3.10.6
  50. npm ERR! code ELIFECYCLE
  51. npm ERR! undefined postinstall: `cd app && npm install`
  52. npm ERR! Exit status 1
  53. npm ERR!
  54. npm ERR! Failed at the undefined postinstall script 'cd app && npm install'.
  55. npm ERR! Make sure you have the latest version of node.js and npm installed.
  56. npm ERR! If you do, this is most likely a problem with the package,
  57. npm ERR! not with npm itself.
  58. npm ERR! Tell the author that this fails on your system:
  59. npm ERR! cd app && npm install
  60. npm ERR! You can get information on how to open an issue for this project with:
  61. npm ERR! npm bugs
  62. npm ERR! Or if that isn't available, you can get their info via:
  63. npm ERR! npm owner ls
  64. npm ERR! There is likely additional logging output above.
  65.  
  66. npm ERR! Please include the following file with any support request:
  67. npm ERR! C:\Users\<USER>\Documents\beaker\npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement