mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
adding depencies
This commit is contained in:
parent
d7cfd269ec
commit
f65cf47e5d
2 changed files with 1 additions and 5 deletions
|
@ -172,6 +172,7 @@ ynh_install_nodejs 11
|
|||
|
||||
pushd $final_path
|
||||
ynh_use_nodejs
|
||||
npm install hoek@^4.2.1 --save
|
||||
npm install
|
||||
popd
|
||||
|
||||
|
|
|
@ -99,13 +99,8 @@ fi
|
|||
# REMOVE THE CRON FILE
|
||||
#=================================================
|
||||
|
||||
pushd $final_path
|
||||
ynh_use_nodejs
|
||||
npm uninstall
|
||||
popd
|
||||
ynh_remove_nodejs
|
||||
|
||||
|
||||
#npm uninstall -g ts-node
|
||||
#npm uninstall -g typescript
|
||||
|
||||
|
|
Loading…
Reference in a new issue