Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. npm info lifecycle nodegit@0.18.3~install: nodegit@0.18.3
  2.  
  3. > nodegit@0.18.3 install /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit
  4. > node lifecycleScripts/preinstall && node lifecycleScripts/install
  5.  
  6. [nodegit] Running pre-install script
  7. [nodegit] Configuring libssh2.
  8. { Error: Command failed: /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure --with-libssl-prefix=/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/openssl/openssl
  9. /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2059: config.log: Permission denied
  10. /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2069: config.log: Permission denied
  11.  
  12. at ChildProcess.exithandler (child_process.js:270:12)
  13. at emitTwo (events.js:125:13)
  14. at ChildProcess.emit (events.js:213:7)
  15. at maybeClose (internal/child_process.js:927:16)
  16. at Socket.stream.socket.on (internal/child_process.js:348:11)
  17. at emitOne (events.js:115:13)
  18. at Socket.emit (events.js:210:7)
  19. at Pipe._handle.close [as _onclose] (net.js:545:12)
  20. killed: false,
  21. code: 1,
  22. signal: null,
  23. cmd: '/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure --with-libssl-prefix=/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/openssl/openssl' }
  24. /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2059: config.log: Permission denied
  25. /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2069: config.log: Permission denied
  26.  
  27. [nodegit] ERROR - Could not finish preinstall
  28. { Error: Command failed: /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure --with-libssl-prefix=/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/openssl/openssl
  29. /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2059: config.log: Permission denied
  30. /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2069: config.log: Permission denied
  31.  
  32. at ChildProcess.exithandler (child_process.js:270:12)
  33. at emitTwo (events.js:125:13)
  34. at ChildProcess.emit (events.js:213:7)
  35. at maybeClose (internal/child_process.js:927:16)
  36. at Socket.stream.socket.on (internal/child_process.js:348:11)
  37. at emitOne (events.js:115:13)
  38. at Socket.emit (events.js:210:7)
  39. at Pipe._handle.close [as _onclose] (net.js:545:12)
  40. killed: false,
  41. code: 1,
  42. signal: null,
  43. cmd: '/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure --with-libssl-prefix=/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/openssl/openssl' }
  44. npm info lifecycle nodegit@0.18.3~install: Failed to exec install script
  45. npm ERR! code ELIFECYCLE
  46. npm ERR! errno 1
  47. npm ERR! nodegit@0.18.3 install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
  48. npm ERR! Exit status 1
  49. npm ERR!
  50. npm ERR! Failed at the nodegit@0.18.3 install script.
  51. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  52.  
  53. npm ERR! A complete log of this run can be found in:
  54. npm ERR! /root/.npm/_logs/2017-09-25T18_23_32_618Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement