In some scenarios (when building old client in the pipeline, then a new one), when node_modules directory exists in the root of client repository, the build fails with:
$ tauri build --bundles deb,rpm
Info Looking up installed tauri packages to check mismatched versions...
Found version mismatched Tauri packages. Make sure the NPM package and Rust crate versions are on the same major/minor releases:
tauri-plugin-log (v2.9.0) : @tauri-apps/plugin-log (v2.8.0)
Possible fix: move new-ui to the root directory.
In some scenarios (when building old client in the pipeline, then a new one), when
node_modulesdirectory exists in the root of client repository, the build fails with:Possible fix: move
new-uito the root directory.