Hi everyone
I install vite and when I tape
npm run dev
which is supose to give me :
Vite vxxxx ready in 90ms
Local http://localhost:5173
nothing happen
Don’t understand anything
Hi everyone
I install vite and when I tape
npm run dev
which is supose to give me :
Vite vxxxx ready in 90ms
Local http://localhost:5173
nothing happen
Don’t understand anything
Hi @pat66 , could you share your node version by typing node -v
and package.json file content
it s v13.14.0
that is the issue you need to upgrade your node version to v16 or higher
ok I will do it