turso-extended / app-turso-notes

A multi-platform note-taking desktop application built with Tauri, Turso, Qwik, and TailwindCSS.
MIT License
8 stars 1 forks source link

cago tauri dev fails with no such command tauri #4

Open dragonballa opened 1 month ago

dragonballa commented 1 month ago

cargo tauri dev error: no such command: tauri

    Did you mean `miri`?
ibilux commented 1 month ago

For npm to detect Tauri correctly you need to add it to the "scripts" section in your package.json file:

"scripts": {
  "tauri": "tauri"
}

You can findout more here: tauri