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
Fixed it by deno add -D npm:@tauri-apps/cli@latest
should just need
deno install
will install all depsyep, thanks. Compiled successfully and is working with the mirabox. I will start to find a good plugins to try out on Ubuntu