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
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
|
npm install hoek@^4.2.1 --save
|
||||||
npm install
|
npm install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
|
@ -99,13 +99,8 @@ fi
|
||||||
# REMOVE THE CRON FILE
|
# REMOVE THE CRON FILE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pushd $final_path
|
|
||||||
ynh_use_nodejs
|
|
||||||
npm uninstall
|
|
||||||
popd
|
|
||||||
ynh_remove_nodejs
|
ynh_remove_nodejs
|
||||||
|
|
||||||
|
|
||||||
#npm uninstall -g ts-node
|
#npm uninstall -g ts-node
|
||||||
#npm uninstall -g typescript
|
#npm uninstall -g typescript
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue