question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm package error

See original GitHub issue

After installed jupyterlab 0.29.2, it works for a while with ipywidgets. Since 6, Dec, 2017, after I re-build jupyterlab with command jupyter lab clean && jupyter lab build, jupyterlab behaves a little weird. At first, the page’s height is about180 px, it cannot take my full screen. After Checking for a while, I found that @jupyter-widgets/controls seems at wrong order, the css override order is not as it was before. I wait for quite a few hours, then I rebuild jupyterlab. This time, the page seems work fine, but when executing import ipywidgets ipywidgets.IntSlider(), the output area shows that Error displaying widget. I wonder how can I specify npm package version, so that it can only build my own package, without updating packages like @jupyter-wigets/controls and so on? P.s. I noticed that @jupyter-widgets/controls have two new versions in last two days. But both don’t work well in my environment, so I just want to roll back to 1.0.10. @jasongrout Could you give me some kindly advice, please?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jasongroutcommented, Dec 7, 2017

I just published @jupyter-widgets/jupyterlab-manager 0.31.3, which fixes this issue. You can upgrade to that, or you can install a specific version like 1.0.10 by doing something like jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0.10 (you might need to uninstall your current extension first).

0reactions
AugustoYaocommented, Dec 14, 2017

I think it would be a good time when I release first demo. After that, I would post comments on topic jupyterlab/jupyterlab#443 for suggestions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Common errors | npm Docs
It's most likely a temporary npm registry glitch. Check npm server status and try again later. · If the error persists, perhaps the...
Read more >
npm install error from the terminal - Stack Overflow
Running just "npm install" will look for dependencies listed in your package.json. The error you're getting says that you don't have a package.json...
Read more >
cannot find module [Node npm Error Solved] - freeCodeCamp
When you get the “cannot find module” error, or “module not found”, it means you've not installed the package you're trying to use....
Read more >
How to solve npm ERR! code 1 when running npm install
Fix npm error code 1 by updating your dependencies · Update one package version in package.json file · Then run npm install ·...
Read more >
Common Errors - npm - w3resource
Common Errors · It is most likely a temporary npm registry glitch. Check your npm server status and then try again. · If...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found