mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-19 19:42:19 -06:00
fix: vite version install
This commit is contained in:
@@ -38,7 +38,7 @@ const verifyViteInstallation = () => {
|
||||
if (!err) return resolve()
|
||||
|
||||
console.log('🚨 Vite not installed, trying to install it')
|
||||
exec(`npm install -g vite`, (err) => {
|
||||
exec(`npm install -g vite@^4.2.0`, (err) => {
|
||||
if (err) {
|
||||
console.log('🚨 Vite installation failed')
|
||||
reject(err)
|
||||
|
||||
Reference in New Issue
Block a user