fightforlife
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
5 replies