1
0
Fork 0
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:
tituspijean 2022-01-10 00:59:08 +01:00
parent e63034abaa
commit f4047227ad
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -125,6 +125,9 @@ pushd $final_path
ynh_print_info --message="...Done! Installing NocoDB now..."
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
popd