量角器安装问题。 SSL错误,Behind Corp防火墙

时间:2014-12-24 14:09:16

标签: node.js

我已经设置了http和https代理,我在公司防火墙后面,我正在尝试安装量角器而且我遇到了以下错误,请帮忙解决这个问题。

C:\nodejs>npm install protractor
npm ERR! Error: 7156:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:openssl\ssl\s23_clnt.c:795:
npm ERR!
npm ERR!     at SlabBuffer.use (tls.js:235:18)
npm ERR!     at CleartextStream.read [as _read] (tls.js:455:29)
npm ERR!     at CleartextStream.Readable.read (_stream_readable.js:341:10)
npm ERR!     at EncryptedStream.write [as _write] (tls.js:369:25)
npm ERR!     at doWrite (_stream_writable.js:226:10)
npm ERR!     at writeOrBuffer (_stream_writable.js:216:5)
npm ERR!     at EncryptedStream.Writable.write (_stream_writable.js:183:11)
npm ERR!     at write (_stream_readable.js:602:24)
npm ERR!     at flow (_stream_readable.js:611:7)
npm ERR!     at Socket.pipeOnReadable (_stream_readable.js:643:5)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\\nodejs\\\\node.exe" "C:\\nodejs\\node_modules\\npm\\bin\\n
pm-cli.js" "install" "protractor"
npm ERR! cwd C:\nodejs
npm ERR! node -v v0.10.34
npm ERR! npm -v 1.4.28
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     C:\nodejs\npm-debug.log
npm ERR! not ok code 0

C:\nodejs>

0 个答案:

没有答案
相关问题