Open kzawisto opened 6 years ago
Hi, could you maybe try this again with JupyterLab 0.34? The jupyterlab-vim release for that should be up soon, and I've read that 0.34 added support for node 10.
And after testing with node v10.9.0 it all seems to work for me.
FWIW I ran into this issue when upgrading to jlab 0.34 https://github.com/jupyterlab/jupyterlab/issues/5191
I was able to work around it by uninstalling jupyterlab-vim. I've also tested it works with node v10.9.0
Installation hangs forever on following output with node 10.4
Downgrading node to 9.11 fixes the issue.
Steps to reproduce: Run usual installation. I am using latest anaconda /w python 3.6 distribution here
When nodejs is downgraded the installation works.
Thanks.