mirror of
https://github.com/YunoHost-Apps/nocodb_ynh.git
synced 2024-09-03 19:56:01 +02:00
Force colors dependency version to 1.4.0
This commit is contained in:
parent
e63034abaa
commit
f4047227ad
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ pushd $final_path
|
||||||
ynh_print_info --message="...Done! Installing NocoDB now..."
|
ynh_print_info --message="...Done! Installing NocoDB now..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# https://github.com/Marak/colors.js/issues/285
|
||||||
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install colors@1.4.0 --save-exact
|
||||||
|
|
||||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install
|
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue