我正在尝试在公司代理后面安装jupyterlab扩展。
我已经使用以下命令配置了npm
配置:
npm config set proxy http://username:password@host:port
npm config set https-proxy http://username:password@host:port
似乎软件包已下载,但是我仍然收到以下错误:
Failed to fetch package metadata for 'jupyterlab-plotly': URLError(ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
如何解决此问题?