You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 7/11 : RUN jupyter nbextension enable --py --sys-prefix ipyparaview
---> Running in dfcb4f90f526
Enabling notebook extension ipyparaview/extension...
- Validating: OK
Removing intermediate container dfcb4f90f526
---> 78d76d654ccc
Step 8/11 : RUN jupyter labextension install js
---> Running in 66f0cda8d488
An error occured.
ValueError: Please install nodejs >=10.0.0 before continuing. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details: /tmp/jupyterlab-debug-t810vtv8.log
The command '/bin/bash -c jupyter labextension install js' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
I've spent about a day trying to install this package and failing. Can a dockerfile container just be made available that I can access and not go through this pain?
When i look at coda-forge the package that looks like it is being installed is version 14.4.0 so why is this error message showing.... https://anaconda.org/conda-forge/nodejs as the base docker looks good..
Step 7/11 : RUN jupyter nbextension enable --py --sys-prefix ipyparaview
---> Running in dfcb4f90f526
Enabling notebook extension ipyparaview/extension...
- Validating: OK
Removing intermediate container dfcb4f90f526
---> 78d76d654ccc
Step 8/11 : RUN jupyter labextension install js
---> Running in 66f0cda8d488
An error occured.
ValueError: Please install nodejs >=10.0.0 before continuing. nodejs may be installed using conda or directly from the nodejs website.
See the log file for details: /tmp/jupyterlab-debug-t810vtv8.log
The command '/bin/bash -c jupyter labextension install js' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: