arbennett / jupyterlab-themes

More color themes for Jupyter Lab
GNU General Public License v3.0
188 stars 21 forks source link

Got stuck while installing from source #52

Open minhduc0711 opened 3 years ago

minhduc0711 commented 3 years ago

Hello, I'm trying to customize the colors a little bit. I tried installing from source but npm install seemed to hang forever:

~/jupyterlab-themes/base16-solarized-light❯ npm install
❯ npm install
[  ................] / idealTree:tslib: sill fetch manifest dom-helpers@3.4.0

When I add --verbose, these messages kept repeating again and again:

npm timing idealTree:node_modules/@jupyterlab/apputils Completed in 2ms
npm timing idealTree:node_modules/@jupyterlab/codemirror Completed in 0ms
npm timing idealTree:node_modules/@jupyterlab/statusbar Completed in 0ms
npm timing idealTree:node_modules/@jupyterlab/ui-components Completed in 3ms

Here are my versions:

arbennett commented 3 years ago

Sorry, I haven't seen this issue before - does it keep repeating those 4 or are they different packages each time? How long were things hanging for?

minhduc0711 commented 3 years ago

Just those 4, and I assume that it will hang forever.

Edit: I managed to install the extension using yarn install instead.