【已解决】Please install Node.js and npm before continuing installation.

给juopyter lab安装插件时报这个错

原因是,conda本身有nodejs,但是版本很低,只有0.几

所以需要卸载掉原来的nodejs,重新安装10版本以上的nodejs

bash 复制代码
# 卸载命令
pip uninstall nodejs
# 安装命令
conda install nodejs=14.7.0 -c conda-forge
相关推荐
你的人类朋友9 小时前
【Node.js】什么是Node.js
javascript·后端·node.js
LKAI.11 小时前
传统方式部署(RuoYi-Cloud)微服务
java·linux·前端·后端·微服务·node.js·ruoyi
Q_Q196328847514 小时前
python的电影院座位管理可视化数据分析系统
开发语言·spring boot·python·django·flask·node.js·php
一枚前端小能手17 小时前
⚡ Node.js服务器慢得像蜗牛,性能优化实战分享
前端·node.js·dnodejs
细节处有神明19 小时前
Jupyter 中实现交互式图表:ipywidgets 从入门到部署
ide·python·jupyter
Cecilialana20 小时前
在安装 node-sass 时出现的编译问题
webpack·node.js
前端双越老师1 天前
【干货】使用 langChian.js 实现掘金“智能总结” 考虑大文档和 token 限制
人工智能·langchain·node.js
一枚小小程序员哈1 天前
基于Vue + Node能源采购系统的设计与实现/基于express的能源管理系统#node.js
vue.js·node.js·express
海上彼尚1 天前
使用 npm-run-all2 简化你的 npm 脚本工作流
前端·npm·node.js
开发者小天1 天前
为什么 /deep/ 现在不推荐使用?
前端·javascript·node.js