Electronをインストールしたいのですが、エラーがでてしまいます。
会社のPCからインストールしているのでプロキシ認証に失敗してる可能性があります。
エラーコードは以下の通りです。
ご教授お願い致します。
C:\test>npm install electron
npm WARN registry Unexpected warning for http://registry.npmjs.org/: Miscellaneous Warning ETIMEDOUT: request to http://registry.npmjs.org/electron failed, reason: connect ETIMEDOUT 10.0.58.88:8080
npm WARN registry Using stale data from http://registry.npmjs.org/ due to a request error during revalidation.
環境
Windows10
Node.js v12.16.1
補足
実行したこと(参考https://heimdal.hatenablog.com/entry/electron-setup)
npm config set registry "http://registry.npmjs.org/"
npm config set proxy "http://<server>:<port>/"
npm config set proxyhttps-proxy "http://<server>:<port>/"
npm i electron
パスワードを入力していないことに気づき
↓
npm config set proxy "http://<username>:<password>@<server>:<port>/"
npm config set proxyhttps-proxy "http://<username>:<password>@<server>:<port>/"
これを入力しましたがうまく行きませんでした…
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/26 05:31
2020/03/26 08:14
2020/03/27 02:22