We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example link use URL Type "link:". But npm unsupported URL Type "link:".
https://github.com/tauri-apps/tauri/blob/dev/tooling/cli/templates/plugin/__example-api/tauri-app/package.json#L14
Create plugin and cd examples/tauri-app. and 'npm install'
examples/tauri-app
Change to file: to consider multiple package managers.
tauri info
[✔] Environment - OS: Mac OS 14.4.1 X64 ✔ Xcode Command Line Tools: installed ✔ rustc: 1.80.1 (3f5fd8dd4 2024-08-06) ✔ cargo: 1.80.1 (376290515 2024-07-16) ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24) ✔ Rust toolchain: stable-aarch64-apple-darwin (default) - node: 22.6.0 - pnpm: 8.9.0 - yarn: 1.17.3 - npm: 10.8.2 [-] Packages - tauri [RUST]: 2.0.0-rc.3 - tauri-build [RUST]: 2.0.0-rc.3 - wry [RUST]: 0.42.0 - tao [RUST]: 0.29.0 - tauri-cli [RUST]: 2.0.0-alpha.7 - @tauri-apps/api [NPM]: 2.0.0-rc.1 - @tauri-apps/cli [NPM]: 2.0.0-rc.3 [-] App - build-type: bundle - CSP: unset - frontendDist: ../dist - devUrl: http://localhost:1420/ - framework: Svelte - bundler: Vite
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
example link use URL Type "link:". But npm unsupported URL Type "link:".
https://github.com/tauri-apps/tauri/blob/dev/tooling/cli/templates/plugin/__example-api/tauri-app/package.json#L14
Reproduction
Create plugin and cd
examples/tauri-app
. and 'npm install'Expected behavior
Change to file: to consider multiple package managers.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: