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.

NodeJs 5+ error when installing jupyterlab-toc

See original GitHub issue

This error may well look as mysterious to you as it does to me, but I’ll post it just in case someone might be able to clue me in.

> jupyter labextension install jupyterlab-toc

Errored, use --debug for full output:
ValueError: Please install nodejs 5+ and npm before continuing. nodejs may be installed using conda or directly from the nodejs website.

Many of us a delighted you did this (THANKS!). Do you have any plans to add conda support?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

40reactions
pluviosillacommented, Mar 18, 2018

Never mind. Installing nodejs with

conda install nodejs

fixed the problem. I’m still getting a few errors, notably:

  • jupyter\lab\staging\node_modules\canvas: Command failed
  • Your current version of Yarn is out of date
21reactions
BarRozenmancommented, Aug 11, 2019

maybe “pip install nodejs”

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter labextension install @jupyterlab/toc returns error
I have installed nodejs via conda without problems:
Read more >
Contributing to JupyterLab — JupyterLab 2.2.10 documentation
If pip gives a VersionConflict error, it usually means that the installed version of jupyterlab_server is out of date. Run pip install --upgrade ......
Read more >
JupyterLab - PyPI
JupyterLab · Installation. JupyterLab can be installed using conda, mamba or pip. · mamba and conda. If you use mamba or conda ,...
Read more >
jupyterlab/jupyterlab - Gitter
I want to add some filters etc to drive notebook inside ToC ... https://github.com/jupyterlab/jupyterlab-toc ... But I did install nodejs with conda:
Read more >
Jupyterlab Efficiency Tools - TOC Table of Content
In order to install JupyterLab extensions, you first need to have Node.js version 4 or later installed. If you use conda, you can...
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