I have not worked on my app for a while, and suddenly when I run npm run tauri dev or cargo tauri dev, I keep getting the error below:
error: failed to select a version for `tauri`.
... required by package `portal-interface v0.0.0 (E:\Programming\Tauri\portal-interface\src-tauri)`
versions that meet the requirements `^1.2.4` (locked to 1.2.4) are: 1.2.4
the package `portal-interface` depends on `tauri`, with features: `native-tls` but `tauri` does not have these features.
failed to select a version for `tauri` which could resolve this conflict
I am however not sure what changed and what I should change to make this work, help is appreciated