Attempting to create a new tauri app causes permissions error

567 Views Asked by At

I am new to working with tauri, and when I run cargo create-tauri-app it runs the 'setup' and askes for app name, package manager (cargo) and UI template. After choosing the final option, it says permission denied. I tried running the command with sudo but then it says no such subcommand: 'create-tauri-app'.

Screenshot of attempting both options

0

There are 0 best solutions below