1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/armadietto_ynh.git synced 2024-09-03 18:06:18 +02:00

fix npm version

This commit is contained in:
bencharp 2022-02-09 02:37:54 +01:00
parent 7e2b72bcf9
commit c1f408dd86

View file

@ -138,7 +138,7 @@ chown $app:$app "$final_path/server.js"
ynh_script_progression --message="Install armadietto with npm..." --weight=1
pushd $final_path
ynh_npm -g i armadietto
ynh_npm -g i armadietto@0.1.5
popd
#=================================================