diff --git a/scripts/install b/scripts/install index 3670f57..103f38a 100755 --- a/scripts/install +++ b/scripts/install @@ -100,6 +100,9 @@ ynh_app_setting_set --app=$app --key=port --value=$port #================================================= ynh_script_progression --message="Installing dependencies..." --time --weight=1 +# Install nodejs +ynh_install_nodejs --nodejs_version=$NODEJS_VERSION + ### `ynh_install_app_dependencies` allows you to add any "apt" dependencies to the package. ### Those deb packages will be installed as dependencies of this package. ### If you're not using this helper: