screenpipe icon indicating copy to clipboard operation
screenpipe copied to clipboard

tauri build fails due to mismatched plugin versions between crate and NPM

Open 0hmX opened this issue 3 months ago • 2 comments

$ tauri build
        Info Looking up installed tauri packages to check mismatched versions...
Found version mismatched Tauri packages. Make sure the NPM and crate versions are on the same major/minor releases:
tauri-plugin-deep-link (v2.4.2) : @tauri-apps/plugin-deep-link (v2.2.0)
tauri-plugin-http (v2.0.0) : @tauri-apps/plugin-http (v2.2.0)
       Error Found version mismatched Tauri packages. Make sure the NPM and crate versions are on the same major/minor releases:
tauri-plugin-deep-link (v2.4.2) : @tauri-apps/plugin-deep-link (v2.2.0)
tauri-plugin-http (v2.0.0) : @tauri-apps/plugin-http (v2.2.0)
error: script "tauri" exited with code 1

my system

# System Details Report
---

## Report details
- **Date generated:**                              2025-08-29 21:48:06

## Hardware Information:
- **Hardware Model:**                              Lenovo IdeaPad Slim 5 14IRL8
- **Memory:**                                      16.0 GiB
- **Processor:**                                   13th Gen Intel® Core™ i5-13420H × 12
- **Graphics:**                                    Intel® Graphics (RPL-P)
- **Disk Capacity:**                               512.1 GB

## Software Information:
- **Firmware Version:**                            LACN38WW
- **OS Name:**                                     Ubuntu 24.04.2 LTS
- **OS Build:**                                    (null)
- **OS Type:**                                     64-bit
- **GNOME Version:**                               46
- **Windowing System:**                            Wayland
- **Kernel Version:**                              Linux 6.14.0-27-generic
bun -version
1.2.21
rustc --version
rustc 1.89.0 (29483883e 2025-08-04)
$npm version
{
  npm: '10.9.2',
  node: '22.17.1',
  acorn: '8.14.1',
  ada: '2.9.2',
  amaro: '0.4.1',
  ares: '1.34.5',
  brotli: '1.1.0',
  cjs_module_lexer: '2.1.0',
  cldr: '47.0',
  icu: '77.1',
  llhttp: '9.3.0',
  modules: '127',
  napi: '10',
  nbytes: '0.1.1',
  ncrypto: '0.0.1',
  nghttp2: '1.64.0',
  openssl: '3.0.16',
  simdjson: '3.12.3',
  simdutf: '6.4.2',
  sqlite: '3.50.0',
  tz: '2025b',
  undici: '6.21.2',
  unicode: '16.0',
  uv: '1.51.0',
  uvwasi: '0.0.21',
  v8: '12.4.254.21-node.27',
  zlib: '1.3.0.1-motley-780819f',
  zstd: '1.5.7'
}

got this white trying to test issues

0hmX avatar Aug 29 '25 16:08 0hmX

I cloned the repository related to the issues; I did not test this on main; not sure how to report this; We can always close the issue!

This is a valid bounty hunt, not sure!

0hmX avatar Aug 29 '25 16:08 0hmX

Same Error here...

Miyake-Diogo avatar Sep 15 '25 16:09 Miyake-Diogo