1

Secure Gateway クライアントがプロキシ設定を使用できるようにするにはどうすればよいですか。クライアントは、インストールにバンドルされている npm を使用します。プロキシ構成を npm 構成として渡すことができません。システムパラメータとして http_proxy を設定してみましたが、使用されていないようです。インストール後、npm_debug ファイルに次のように表示されます。

323 error network connect ETIMEDOUT 151.101.8.162:443
324 error network This is most likely not a problem with npm itself
324 error network and is related to network connectivity.
324 error network In most cases you are behind a proxy or have bad network settings.
324 error network
324 error network If you are behind a proxy, please make sure that the
324 error network 'proxy' config is set properly.  See: 'npm help config'
325 verbose exit [ 1, true ]
4

1 に答える 1