dmnfarrell / pybioviz

bioinformatics visualization tools with pyviz/bokeh
GNU General Public License v3.0
19 stars 3 forks source link

Node as a requirement #1

Open burkesquires opened 5 years ago

burkesquires commented 5 years ago

Hello, This package looks amazing! I am trying to install it and just wanted to bring to your attention the error I am getting when trying to install the extensions:

An error occured. ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website. See the log file for details: /var/folders/d7/8vn6rd1d6f37gtgy13h3b95mx3fmv/T/jupyterlab-debug-gpa6bos.log An error occured. ValueError: Please install nodejs 5+ and npm before continuing installation. nodejs may be installed using conda or directly from the nodejs website. See the log file for details: /var/folders/d7/8vn6rd1d6f37gtgy_13h3b95mx3fmv/T/jupyterlab-debug-403256tw.log

The command below installed NodeJs from within the Jupyter notebook:

conda install nodejs

Cheers!

dmnfarrell commented 4 years ago

Thanks, it's at an early stage of development as yet. I don't use conda and installed nodejs on ubuntu using npm I think and then forgot about it. I'll add that to the install docs.

cheers.