-
Notifications
You must be signed in to change notification settings - Fork 82
Description
(this is my first time doing this so apologies if i did it wrong)
production of bug:
I downloaded latest source as of date, updated npm and installed rust. i then installed and updated yarn and tauri-cli. after that i ran the yarn dependency grab which finished with no errors, but ive been stonewalled immediately by this error trying to run the cargo tauri build command.
traceback(win11,cmd.exe):
\FileExplorer-1.0.31>cargo tauri build
Error tauri.conf.json error: "identifier" is a required property
Error tauri.conf.json error on build: Additional properties are not allowed ('devPath', 'distDir' were unexpected)
Error tauri.conf.json error: Additional properties are not allowed ('package', 'tauri' were unexpected)
cargo tauri --version
tauri-cli 2.1.0
yarn --version
1.22.22
rustc --version
rustc 1.83.0 (90b35a623 2024-11-26)
npm --version
9.5.1