You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run cargo tauri dev in the Terminal, my app starts correctly, but when I try using Tauri: Dev from the Command Palette, I get this output:
npm ERR! Missing script: "tauri"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in: /Users/andrew/.npm/_logs/2024-01-22T17_16_56_539Z-debug-0.log
-----------------------
Is there a way to tell it to use cargo instead?
The text was updated successfully, but these errors were encountered:
Hi there,
When I run
cargo tauri dev
in the Terminal, my app starts correctly, but when I try usingTauri: Dev
from the Command Palette, I get this output:Is there a way to tell it to use cargo instead?
The text was updated successfully, but these errors were encountered: