promised-io icon indicating copy to clipboard operation
promised-io copied to clipboard

Error on attempting to install promised-io from npm

Open davidwallacejackson opened this issue 11 years ago • 0 comments

When attempting to install promised-io from npm, I receive an error and the installation fails. I have noticed that if I load https://registry.npmjs.org/promised-io in my browser, it redirects to the Dojo Foundation instead of returning the expected JSON data.

The error pasted below is from running npm inside of Git Bash on Windows 7. I have seen equivalent behavior from the Windows 7 command line and in Ubuntu 12.04.

C:\Users\[me]\nodeJS>npm install promised-io
npm http GET https://registry.npmjs.org/promised-io
npm http GET https://registry.npmjs.org/promised-io
npm http GET https://registry.npmjs.org/promised-io
npm ERR! Error: 3388:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:openssl\ssl\s23_clnt.c:683:
npm ERR!
npm ERR!     at CleartextStream._puller (tls.js:519:24)
npm ERR!     at CleartextStream.CryptoStream._pull (tls.js:453:19)
npm ERR!     at SecurePair.cycle (tls.js:744:20)
npm ERR!     at EncryptedStream.CryptoStream.write (tls.js:131:13)
npm ERR!     at Socket.ondata (stream.js:38:26)
npm ERR!     at Socket.EventEmitter.emit (events.js:88:17)
npm ERR!     at TCP.onread (net.js:397:14)
npm ERR!  [Error: 3388:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknow
n protocol:openssl\ssl\s23_clnt.c:683:
npm ERR! ]
npm ERR! You may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "promised-io"
npm ERR! cwd C:\Users\[me]\nodeJS
npm ERR! node -v v0.8.1
npm ERR! npm -v 1.1.33
npm ERR! message 3388:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
 protocol:openssl\ssl\s23_clnt.c:683:
npm ERR! message
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\Users\[me]\nodeJS\npm-debug.log
npm ERR! not ok code 0

davidwallacejackson avatar Jul 06 '12 19:07 davidwallacejackson