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:
parent
250a10f4f0
commit
f38707fd1d
1 changed files with 1 additions and 1 deletions
|
@ -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=8
|
||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=12
|
||||
|
||||
python3 -m pip install pipenv
|
||||
|
||||
|
|
Loading…
Reference in a new issue