Help setting up build env on ubuntu/debian

Hi there, I am currently trying to setup my build env on Ubuntu. I installed the tauri and deno recommendations. When I run 'deno task tauri dev' I get 'tauri: command not found' But with 'deno task', I get Available tasks: - dev (package.json) vite dev - build (package.json) vite build - check (package.json) svelte-kit sync && svelte-check --tsconfig ./tsconfig.json - tauri (package.json) tauri
3 Replies
fightforlife
fightforlifeOP2mo ago
Fixed it by deno add -D npm:@tauri-apps/cli@latest
ninjadev64
ninjadev642mo ago
should just need deno install will install all deps
fightforlife
fightforlifeOP2mo ago
yep, thanks. Compiled successfully and is working with the mirabox. I will start to find a good plugins to try out on Ubuntu

Did you find this page helpful?