Skip to content
New issue

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

[bug] npm unsupported URL Type "link:" #10770

Closed
rdlabo opened this issue Aug 25, 2024 · 0 comments · Fixed by #10771
Closed

[bug] npm unsupported URL Type "link:" #10770

rdlabo opened this issue Aug 25, 2024 · 0 comments · Fixed by #10771
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@rdlabo
Copy link
Contributor

rdlabo commented Aug 25, 2024

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 output

[✔] 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

Stack trace

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant