Conda无法识别我已安装节点? [英] Conda not recognizing that I have node installed?

查看:270
本文介绍了Conda无法识别我已安装节点?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打开终端.

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

但是:

node -v

v14.5.0

这是怎么回事,如何使conda找到我的节点?

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

推荐答案

我遇到了类似的问题,并且在安装完整包装:

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

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

这篇关于Conda无法识别我已安装节点?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆