Open StephaneKazmierczak opened 6 years ago
Thanks for sharing! I'm not sure the answer to your question, maybe you can ask the jupyterlab devs and link this issue? FYI, the webpack build takes about 30 seconds on my 4 year old macbook. The production builds with webpack do take much longer than the dev
builds.
When you do a dev build does it say which version of webpack it's using. For example this is what I see:
$ webpack --config webpack.prod.config.js
Hash: 1381d8e6056cb1cc5d59
Version: webpack 2.7.0
Time: 33275ms
Did you try removing your User Settings directory (check jupyter lab path
)?
Hi, I found about jupyterlab recently and because I can't work without vim coding style, I have been trying to install jupyterlab_vim. I am currently using Linux on windows, it is an Ubuntu xenial without UI.
Initially, I had to install nodejs from the github as it wasn't working with the version provided by Ubuntu. but now the process seems to hang forever at: webpack --config webpack.prod.config.js
jupyter 4.4.0 jupyter lab 0.31.12 nodejs 9.8.0
Update: found a similar issue with another extension, it seems to work by adding --dev to the install command