We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm trying to customize the colors a little bit. I tried installing from source but npm install seemed to hang forever:
npm install
~/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:
--verbose
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:
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
Just those 4, and I assume that it will hang forever.
Edit: I managed to install the extension using yarn install instead.
yarn install
No branches or pull requests
Hello, I'm trying to customize the colors a little bit. I tried installing from source but
npm install
seemed to hang forever:When I add
--verbose
, these messages kept repeating again and again:Here are my versions:
The text was updated successfully, but these errors were encountered: