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

update restore to nodejs v.12

This commit is contained in:
ericgaspar 2020-04-21 21:10:44 +02:00
parent 250a10f4f0
commit f38707fd1d

View file

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