1 2 3 4

【问题记录】Jupyter Lab安装插件报错-Please install Node.js and npm before continuing installation.

问题描述

Extension Installation Error
An error occurred installing @jupyterlab/github.

Error message:

Please install Node.js and npm before continuing installation. You may be able to install Node.js from your package manager, from conda, or directly from the Node.js website (https://nodejs.org).

解决方案

找到conda对应环境执行以下语句:

conda install nodejs


在这里插入图片描述

posted @ 2021-06-04 08:53  As-before-如初  阅读(2384)  评论(0)    收藏  举报