1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

revert to nodejs 10

This commit is contained in:
ericgaspar 2020-04-22 16:14:53 +02:00
parent f38707fd1d
commit 2f9da9a22a
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=23
ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=12
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=10
python3 -m pip install pipenv

View file

@ -75,7 +75,7 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=75
# Define and install dependencies
ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=12
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=10
python3 -m pip install pipenv

View file

@ -95,7 +95,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=83
ynh_install_app_dependencies $pkg_dependencies
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=12
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=10
npm install -g configurable-http-proxy