Skip to content

Instantly share code, notes, and snippets.

@jrabbit
Created September 25, 2017 18:46
Show Gist options
  • Save jrabbit/c19d2234b8ceed5d98457d45d1a32705 to your computer and use it in GitHub Desktop.
Save jrabbit/c19d2234b8ceed5d98457d45d1a32705 to your computer and use it in GitHub Desktop.
npm info lifecycle nodegit@0.18.3~install: nodegit@0.18.3
> nodegit@0.18.3 install /usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit
> node lifecycleScripts/preinstall && node lifecycleScripts/install
[nodegit] Running pre-install script
[nodegit] Configuring libssh2.
{ 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
/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2059: config.log: Permission denied
/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2069: config.log: Permission denied
at ChildProcess.exithandler (child_process.js:270:12)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at maybeClose (internal/child_process.js:927:16)
at Socket.stream.socket.on (internal/child_process.js:348:11)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at Pipe._handle.close [as _onclose] (net.js:545:12)
killed: false,
code: 1,
signal: null,
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' }
/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2059: config.log: Permission denied
/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2069: config.log: Permission denied
[nodegit] ERROR - Could not finish preinstall
{ 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
/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2059: config.log: Permission denied
/usr/local/lib/node_modules/polymer-modulizer/node_modules/nodegit/vendor/libssh2/configure: line 2069: config.log: Permission denied
at ChildProcess.exithandler (child_process.js:270:12)
at emitTwo (events.js:125:13)
at ChildProcess.emit (events.js:213:7)
at maybeClose (internal/child_process.js:927:16)
at Socket.stream.socket.on (internal/child_process.js:348:11)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at Pipe._handle.close [as _onclose] (net.js:545:12)
killed: false,
code: 1,
signal: null,
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' }
npm info lifecycle nodegit@0.18.3~install: Failed to exec install script
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! nodegit@0.18.3 install: `node lifecycleScripts/preinstall && node lifecycleScripts/install`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodegit@0.18.3 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2017-09-25T18_23_32_618Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment