Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Last active December 29, 2015 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/7661345 to your computer and use it in GitHub Desktop.
Save tjfontaine/7661345 to your computer and use it in GitHub Desktop.
npm ERR! Error: SSL Error: null
npm ERR! at Request.onResponse (/root/.node-master/lib/node_modules/npm/node_modules/request/request.js:645:24)
npm ERR! at ClientRequest.g (events.js:187:16)
npm ERR! at ClientRequest.EventEmitter.emit (events.js:98:17)
npm ERR! at HTTPParser.parserOnIncomingClient (_http_client.js:381:21)
npm ERR! at HTTPParser.parserOnHeadersComplete (_http_common.js:111:23)
npm ERR! at TLSSocket.socketOnData (_http_client.js:272:20)
npm ERR! at TLSSocket.EventEmitter.emit (events.js:98:17)
npm ERR! at readableAddChunk (_stream_readable.js:156:16)
npm ERR! at TLSSocket.Readable.push (_stream_readable.js:123:10)
npm ERR! at TCP.onread (net.js:509:20)
npm ERR! AssertionError: null == true
npm ERR! at TLSSocket.socketOnData (_http_client.js:270:3)
npm ERR! at TLSSocket.EventEmitter.emit (events.js:98:17)
npm ERR! at readableAddChunk (_stream_readable.js:156:16)
npm ERR! at TLSSocket.Readable.push (_stream_readable.js:123:10)
npm ERR! at TCP.onread (net.js:509:20)
npm ERR! TypeError: Property 'onIncoming' of object #<HTTPParser> is not a function
npm ERR! at HTTPParser.parserOnHeadersComplete (_http_common.js:111:23)
npm ERR! at TLSSocket.socketOnData (_http_client.js:272:20)
npm ERR! at TLSSocket.EventEmitter.emit (events.js:98:17)
npm ERR! at readableAddChunk (_stream_readable.js:156:16)
npm ERR! at TLSSocket.Readable.push (_stream_readable.js:123:10)
npm ERR! at TCP.onread (net.js:509:20)
npm ERR! SyntaxError: Unexpected token
npm ERR! at Object.parse (native)
npm ERR! at RegClient.<anonymous> (/root/.node-master/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:238:23)
npm ERR! at Request.self.callback (/root/.node-master/lib/node_modules/npm/node_modules/request/request.js:129:22)
npm ERR! at Request.EventEmitter.emit (events.js:101:17)
npm ERR! at Request.<anonymous> (/root/.node-master/lib/node_modules/npm/node_modules/request/request.js:873:14)
npm ERR! at Request.EventEmitter.emit (events.js:120:20)
npm ERR! at IncomingMessage.<anonymous> (/root/.node-master/lib/node_modules/npm/node_modules/request/request.js:824:12)
npm ERR! at IncomingMessage.EventEmitter.emit (events.js:120:20)
npm ERR! at _stream_readable.js:896:16
npm ERR! at process._tickCallback (node.js:599:11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment