私はubuntu 16.04に電子をインストールしようとしています。すでにnodejsとnpmが動作しています。しかし、突然、私はタイプによってモジュールをインストールすることができません: sudoのNPMインストール電子以下 npmから電子をインストールできません
が応答が取得していますされています はnpm WARN registry Unexpected warning for https://registry.npmjs.org/:
Miscellaneous Warning EAI_AGAIN: request to
https://registry.npmjs.org/electron failed, reason: getaddrinfo
EAI_AGAIN registry.npmjs.org:443
npm WARN registry Using stale package data from
https://registry.npmjs.org/ due to a request error during
revalidation.
> [email protected] postinstall
/home/arthur/Documents/Programming/Electron/node_modules/electron
> node install.js
`/home/arthur/Documents/Programming/Electron/node_modules/electron/
install.js:48
スロー問題が関連する ^
Error: read ECONNRESET
at _errnoException (util.js:1024:11)
at TLSWrap.onread (net.js:615:25)
npm WARN [email protected] No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall 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! /home/arthur/.npm/_logs/2017-12-19T10_25_52_312Z-
debug.log
は、すでに 'NPMのinstall'を使用してパッケージをインストールすることに成功したか、それは最初の試みであることがありますか? – edkeveked
はい、当初私は今までできました。 – artie
使用しているnpmのバージョンは何ですか? – edkeveked