NodeJs 5+ error when installing jupyterlab-toc
See original GitHub issueThis 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:
- Created 6 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Never mind. Installing nodejs with
conda install nodejs
fixed the problem. I’m still getting a few errors, notably:
maybe “pip install nodejs”