プロキシ環境下でelectron のビルドをしたい
エラー内容
electron-builder を利用しようと思って
npm i -D electron-builder --force
と打ったところ、以下のようにエラー出た。
Get "https://github.com/electron/electron/releases/download/v15.1.2/electron-v15.1.2-win32-x64.zip": dial tcp 52.69.186.44:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
対策
~/.npmrc
にプロキシ情報を保存する。
proxy=http://ユーザ名:URLエンコード済みのパスワード@プロキシ名
https-proxy=http://ユーザ名:URLエンコード済みのパスワード@プロキシ名