jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
8.03k stars 210 forks source link

`mise i pnpm` fails #2328

Open mustafa0x opened 1 week ago

mustafa0x commented 1 week ago
$> mise p update pnpm
mise plugin:pnpm ✓ https://github.com/jonathanmorley/asdf-pnpm.git#305baff

$> mise install pnpm@9  # pnpm@latest doesn't work either
gzip: (stdin): trailing garbage ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now
mise ~/.local/share/mise/plugins/pnpm/bin/install failed
Downloading pnpm v9.4.0 from https://registry.npmjs.org/pnpm/-/pnpm-9.4.0.tgz
gzip: (stdin): trailing garbage ignored
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Error: 
   0: ~/.local/share/mise/plugins/pnpm/bin/install exited with non-zero status: exit code 2

Location:
   src/plugins/script_manager.rs:178

Version:
   2024.6.6 macos-arm64 (409d6e4 2024-06-20)

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior.

Expected behavior A clear and concise description of what you expected to happen.

mise doctor output

REPLACE WITH OUTPUT OF `mise doctor`

Additional context Add any other context about the problem here. Consider running mise with --debug or --trace for extra debug info.