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

Update install

This commit is contained in:
ericgaspar 2022-09-15 23:12:51 +02:00
parent e8e9a7917c
commit 156060c8e6

View file

@ -100,7 +100,7 @@ ynh_script_progression --message="Configuring the app..." --weight=10
pushd $final_path
ynh_use_nodejs
#npm install -g npm@latest serve
npm install -g npm@latest serve
npm install
npm run build
popd