From ba0a3295c910470ee6d5a730062bfc7800d9429b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 8 Oct 2023 19:21:36 +0200 Subject: [PATCH] fix vite --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index cb4a63c..1f97eb5 100755 --- a/scripts/install +++ b/scripts/install @@ -19,6 +19,10 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version # Upgrade NPM ynh_npm install --global npm@latest +# Install vite +ynh_npm install --global vite + + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================