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:
parent
6b69c6d6c7
commit
90c4cf032d
3 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@ ynh_system_user_create $app
|
|||
# ...
|
||||
#=================================================
|
||||
|
||||
ynh_install_nodejs
|
||||
ynh_install_nodejs 11
|
||||
ynh_use_nodejs
|
||||
npm install -g typescript
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -110,7 +110,7 @@ ynh_system_user_create $app
|
|||
# ...
|
||||
#=================================================
|
||||
|
||||
ynh_install_nodejs
|
||||
ynh_install_nodejs 11
|
||||
ynh_use_nodejs
|
||||
npm install -g typescript
|
||||
|
||||
|
|
Loading…
Reference in a new issue