2

Debian スクイーズ (Tor を介して実行されるインターネット接続)、現在のソースからビルドされた nodejs - エラーが発生し始めたばかりです:

root@...# npm install coffee-script
npm http GET https://registry.npmjs.org/coffee-script
npm http GET https://registry.npmjs.org/coffee-script
npm http GET https://registry.npmjs.org/coffee-script
npm ERR! Error: tunneling socket could not be established, cause=socket hang up
npm ERR!     at ClientRequest.onError (/usr/local/lib/node_modules/npm/node_modules/request/tunnel.js:161:17)
npm ERR!     at ClientRequest.g (events.js:193:14)
npm ERR!     at ClientRequest.EventEmitter.emit (events.js:93:17)
npm ERR!     at CleartextStream.socketErrorListener (http.js:1330:9)
npm ERR!     at CleartextStream.EventEmitter.emit (events.js:93:17)
npm ERR!     at SecurePair.exports.connect.cleartext._controlReleased (tls.js:1298:15)
npm ERR!     at SecurePair.EventEmitter.emit (events.js:93:17)
npm ERR!     at SecurePair.error (tls.js:952:10)
npm ERR!     at EncryptedStream.CryptoStream._done (tls.js:432:17)
npm ERR!     at EncryptedStream.CryptoStream._pull (tls.js:577:12)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 3.2.0-3-486
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "coffee-script"
npm ERR! cwd /home/...
npm ERR! node -v v0.8.11
npm ERR! npm -v 1.1.62
npm ERR! code ECONNRESET
npm ERR! 
...
npm ERR! not ok code 0

Iceweasel は、 https://registry.npmjs.org/coffee-scriptに対して無効なセキュリティ証明書エラーも表示してい ます。

ここに何が欠けているのか誰にもわかりませんか?(過去に発生したことがありますが、何らかの奇妙な理由で修正されました。)

4

1 に答える 1

3

設定caおよびstrict-ssl構成オプション (null および false resp.) を試してみましたが、機能しませんでしたが、registry構成オプションをhttp://registry.npmjs.org/に設定すると、パッケージが再度インストールされます。これは ssl ドメインである必要がありますか?

于 2012-10-04T10:39:59.137 に答える