tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
79.48k stars 2.36k forks source link

[docs]: sh: tauri: command not found #7430

Open tofighi opened 11 months ago

tofighi commented 11 months ago

On MacOS M1, before running npm run tauri dev for the development version or npm run tauri build, you should run yarn add -D @tauri-apps/cli && yarn install to avoid sh: tauri: command not found

FabianLars commented 11 months ago

Hey, thanks for the request.

In what context (or: "Where") would you expect this information? It's already part of all the getting started guides so i'm not sure where else we should add it.