给juopyter lab安装插件时报这个错
原因是,conda本身有nodejs,但是版本很低,只有0.几
所以需要卸载掉原来的nodejs,重新安装10版本以上的nodejs文章来源地址https://www.toymoban.com/news/detail-668942.html
# 卸载命令
pip uninstall nodejs
# 安装命令
conda install nodejs=14.7.0 -c conda-forge
文章来源:https://www.toymoban.com/news/detail-668942.html
到了这里,关于【已解决】Please install Node.js and npm before continuing installation.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!