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

Adding nodejs version

This commit is contained in:
Yalh 2019-01-28 20:30:22 +01:00
parent 6b69c6d6c7
commit 90c4cf032d
3 changed files with 3 additions and 3 deletions

View file

@ -168,7 +168,7 @@ ynh_system_user_create $app
# ...
#=================================================
ynh_install_nodejs
ynh_install_nodejs 11
ynh_use_nodejs
npm install -g typescript

View file

@ -91,7 +91,7 @@ chown -R root: $final_path
# Define and install dependencies
#ynh_install_app_dependencies deb1 deb2
ynh_install_nodejs
ynh_install_nodejs 11
ynh_use_nodejs
npm install -g typescript

View file

@ -110,7 +110,7 @@ ynh_system_user_create $app
# ...
#=================================================
ynh_install_nodejs
ynh_install_nodejs 11
ynh_use_nodejs
npm install -g typescript