Conda not recognizing that I have node installed?

Her0Her0 picture Her0Her0 · Jul 11, 2020 · Viewed 9.2k times · Source

I open the terminal.

jupyter labextension install @jupyterlab/github

An error occured.
ValueError: Please install nodejs >=10.0.0 before continuing. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details

Yet:

node -v

v14.5.0

What's going on, and how do I make conda find my node?

Answer

Thomas Pugnat picture Thomas Pugnat · Jul 31, 2020

I had a similar problem and it was solved after I install the full package:

conda install -c conda-forge nodejs
conda install -c conda-forge/label/gcc7 nodejs
conda install -c conda-forge/label/cf201901 nodejs
conda install -c conda-forge/label/cf202003 nodejs