#Trying to run a Tauri App
6 messages · Page 1 of 1 (latest)
6 messages · Page 1 of 1 (latest)
I'm running the command npm run dev but it's showing only on the browser but not as an app?
npm run dev is the frontend's dev command. you're looking for npm run tauri dev
??
what about npm run tauri info then?
the error suggests that you didn't follow the prereqs https://v2.tauri.app/start/prerequisites/