1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00

don't install npm globally

This commit is contained in:
Thomas 2024-06-12 09:54:21 +02:00 committed by GitHub
parent cd31db424c
commit f0af241824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,9 +33,6 @@ ynh_app_setting_set --app=$app --key=main_domain --value=$main_domain
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_install_mongo
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# CREATE A MONGODB DATABASE
#=================================================