Closed tonglianheng closed 5 years ago
I solved the issue. It was to do with SSL certificates behind corporate firewall. I initially had both HTTP and HTTPS proxies set. This did not work, nor did setting strict-ssl to false in .npmrc work.
What worked for me was removing the HTTPS proxy, to force npm to use HTTP. After this, the plugin installed without issues.
Hey, I'm running into the same issue but I'm not sure what "removing the HTTPS proxy" means, could you possibly explain?
Hi, I am using Jupyter lab 1.1.4
When I did
I get an error saying that
I also tried to install the plugin from within Jupyter Lab extensions manager GUI, and it is able to find "jupyterlab_vim" but again when I tried to install it, it complains with the same error message.