解决ValueError: Please install nodejs >=12.0.0 before continuing
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=你想安装的版本号