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] @tauri-apps/cli-darwin-x64 not available for version 1.5.12 #9574

Closed
matthme opened this issue Apr 25, 2024 · 1 comment
Closed

[bug] @tauri-apps/cli-darwin-x64 not available for version 1.5.12 #9574

matthme opened this issue Apr 25, 2024 · 1 comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@matthme
Copy link
Contributor

matthme commented Apr 25, 2024

Describe the bug

There is no 1.5.12 version of @tauri-apps/cli-darwin-x64 available on npm and the github action tauri-apps/tauri-action@dev consequently fails on macos runners since it attempts to run npm install -g @tauri-apps/cli which automatically attempts to pick the latest 1.5.12 version.

Reproduction

Run the tauri-apps/tauri-action@dev github action on a macos-11 runner.

Expected behavior

The 1.5.12 version is available on npm for all supported platforms.

Full tauri info output

[✔] Environment
    - OS: Mac OS 11.7.10 X64
    ✔ Xcode Command Line Tools: installed
    ✔ rustc: 1.77.2 (25ef9e3d8 2024-04-09)
    ✔ cargo: 1.77.2 (e52e36006 2024-03-26)
    ✔ rustup: 1.26.0 (2023-04-05)
    ✔ Rust toolchain: stable-x86_64-apple-darwin (directory override for '/Users/runner/work/launcher/launcher')
    - node: 20.11.0
    - yarn: 1.22.19
    - npm: 10.2.4

[-] Packages
    - tauri [RUST]: 1.5.1
    - tauri-build [RUST]: 1.5.0
    - wry [RUST]: 0.24.4
    - tao [RUST]: 0.16.2
    - @tauri-apps/api [NPM]: 1.5.4
    - @tauri-apps/cli [NPM]: 1.5.11 (outdated, latest: 1.5.12)

[-] App
    - build-type: bundle
    - CSP: unset
    - distDir: ../dist
    - devPath: http://localhost:1420/
    - framework: Vue.js
    - bundler: Vite
x64


### Stack trace

_No response_

### Additional context

_No response_
@matthme matthme added status: needs triage This issue needs to triage, applied to new issues type: bug labels Apr 25, 2024
@matthme
Copy link
Contributor Author

matthme commented Apr 25, 2024

Seeing that there is a similar closed issue here #9564 but there seems to have been a problem specific to darwin-x64 not being published.

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

No branches or pull requests

2 participants