diff --git a/scripts/install b/scripts/install index 8f9778c..a660ea3 100644 --- a/scripts/install +++ b/scripts/install @@ -101,7 +101,7 @@ mkdir -p "$final_path" pushd $final_path python3 -m venv $final_path/venv source $final_path/venv/bin/activate - ynh_exec_warn_less pip install npm@latest jupyterlab==$jupyterlab_version jupyterhub jupyter_collaboration notebook jupyterhub-ldapauthenticator pyzmq jupyterlab-language-pack-fr-FR + ynh_exec_warn_less pip install jupyterlab==$jupyterlab_version jupyterhub jupyter_collaboration notebook jupyterhub-ldapauthenticator pyzmq jupyterlab-language-pack-fr-FR popd #=================================================