#`vite` undefined but `npm run dev` and `npx vite` works

1 messages · Page 1 of 1 (latest)

tawny ridge
#

Vite is a only a local node executable, you can't run it directly from the command line

#

You can run it with npx vite though