jwkvam/jupyterlab-vim

Resolving packages hangs forever

Closed this issue · 8 comments

I'm having trouble trying to install this extension because it hangs forever in the "[1/4] Resolving packages..."

[1/4] Resolving packages...
⡀ jupyterlab_vim@file:../extensions/jupyterlab_vim-0.7.0.tgz

The traceback:


File "/opt/python/bin/jupyter-labextension", line 11, in
sys.exit(main())
File "/opt/python/lib/python3.6/site-packages/jupyter_core/application.py", line 266, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "/opt/python/lib/python3.6/site-packages/traitlets/config/application.py", line 658, in launch_instance
app.start()
File "/opt/python/lib/python3.6/site-packages/jupyterlab/labextensions.py", line 213, in start
super(LabExtensionApp, self).start()
File "/opt/python/lib/python3.6/site-packages/jupyter_core/application.py", line 255, in start
self.subapp.start()
File "/opt/python/lib/python3.6/site-packages/jupyterlab/labextensions.py", line 75, in start
logger=self.log, command=command)
File "/opt/python/lib/python3.6/site-packages/jupyterlab/commands.py", line 259, in build
command=command, clean_staging=clean_staging)
File "/opt/python/lib/python3.6/site-packages/jupyterlab/commands.py", line 400, in build
self._run(['node', YARN_PATH, 'install'], cwd=staging)
File "/opt/python/lib/python3.6/site-packages/jupyterlab/commands.py", line 1278, in _run
return proc.wait()
File "/opt/python/lib/python3.6/site-packages/jupyterlab/process.py", line 108, in wait
time.sleep(1.)
KeyboardInterrupt


Does someone have the same problem?

Details

Jupyter version: 4.4.0
JupyterLab version: 0.32.0
Node version: v10.0.0
Npm version: 6.0.0

Thanks!

I got the same problem.

Jupyter version: 4.4.0
JupyterLab version: 0.32.1
Node version: v10.0.0
Npm version: 6.0.0

I am having the same issue

Jupyter version: 4.4.0
JupyterLab version: 0.32.1
Node version: v10.1.0
Npm version: 5.8.0

Same issue here, tried both with the package and installing from source.

Jupyter version: 4.4.0
JupyterLab version: 0.32.1
Node version: v10.1.0
Npm version: 6.0.1
OS: Antergos (ArchLinux derivative)

This issue appears to be related to node. Downgrading from 10.1.0 to 9.11.1 solved this problem for me.

@joelostblom downgrading to 9.11.1 also solved this problem for me.

@joelostblom thanks, it also works with v9.11.2

v9.11.2 worked for me as well

I believe this issue can be closed. The latest version of jupyterlab-vim works for me with node-10.9.0 and jupyterlab 0.34.3.