Replies: 1 comment 3 replies
-
Sorry for the long delay here, can you pull the latest commit and try again? There were quite a few changes. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to run the examples/file-associations and get this error. Any idea what I'm missing?
error: none of the selected packages contains these features: custom-protocol
Thanks in advance
Manuel
More details:
C:\Users\me\git\tauri\examples\file-associations>npm run tauri info
WARNING: Only one package manager should be used, but found npm and yarn.
Please remove unused package manager lock files, will use npm for now!
[✔] Environment
- OS: Windows 10.0.19045 X64
✔ WebView2: 127.0.2651.98
✔ MSVC: Visual Studio Build Tools 2022
✔ rustc: 1.71.1 (eb26296b5 2023-08-03)
✔ cargo: 1.71.1 (7f1d04c00 2023-07-29)
✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 18.17.1
- yarn: 1.22.19
- npm: 10.8.2
[-] Packages
- tauri [RUST]: 2.0.0-beta.0
- tauri-build [RUST]: 2.0.0-beta.0
- wry [RUST]: 0.35.2
- tao [RUST]: 0.25.0
- tauri-cli [RUST]: 1.4.0
- @tauri-apps/api [NPM]: 1.6.0
- @tauri-apps/cli [NPM]: 2.0.0-beta.1
[-] App
- build-type: bundle
- CSP: default-src 'self'
- frontendDist: ["../index.html"]
C:\Users\me\git\tauri\examples\file-associations>npm run tauri build
error: none of the selected packages contains these features: custom-protocol
Error failed to build app: failed to build app
Beta Was this translation helpful? Give feedback.
All reactions