tauri-vscode icon indicating copy to clipboard operation
tauri-vscode copied to clipboard

Extension is trying to use npm instead of cargo?

Open agasparovic opened this issue 1 year ago • 0 comments

Hi there,

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?

agasparovic avatar Jan 22 '24 17:01 agasparovic