MindWorkAI / AI-Studio

AI Studio is an independent app for utilizing LLM.
Other
84 stars 5 forks source link

No such command Tauri error #103

Closed Tony20221 closed 2 weeks ago

Tony20221 commented 2 weeks ago

I ran the nu build.nu publish command and I saw this error:

image

Also there's no 'target' folder under runtime folder.

SommerEngineering commented 2 weeks ago

Thank you @Tony20221 for bringing this to my attention. Indeed, I had forgotten to set up Tauri in the documentation. With PR #107 and the commit https://github.com/SommerEngineering/AI-Studio/commit/d826aaef9a28758ce0032a74d88a70c95aa52fbb, this has been corrected. You need to meet the prerequisites for Tauri (depending on the operating system) and then install the CLI tools from Tauri with cargo install tauri-cli. You can ignore the instructions for Node.js in the Tauri prerequisites since we do not use Node.js. The build instructions in the repo have now been updated. Thanks again for the hint.

Regarding the target folder: It should be automatically generated by the Rust compiler later, once the compile process runs.