mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-07-13 15:14:49 -06:00
fix: vite version install
This commit is contained in:
parent
c66cd1ad7a
commit
217cab0e5f
@ -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)
|
||||
|
@ -1,7 +1,10 @@
|
||||
{
|
||||
"name": "evolution-manager",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"main": "dist",
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
Loading…
Reference in New Issue
Block a user