解决ValueError: Please install nodejs >=12.0.0 before continuing

发布时间 2023-06-16 12:48:49作者: cup_leo

 

1、升级你的conda

conda update conda

 

2、https://anaconda.org/conda-forge/nodejs  

To install this package run one of the following

运行  conda install -c "conda-forge/label/cf202003" nodejs  先运行这个不行的话,再选其他的运行。

 

例如:

conda install -c "conda-forge/label/cf201901" nodejs

conda install -c "conda-forge/label/gcc7" nodejs