asdf-community / asdf-deno

Deno plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
121 stars 16 forks source link

`asdf list-all deno` is failing on macOS #34

Open nurrony opened 2 years ago

nurrony commented 2 years ago

I am trying to use this plugin and getting this following error when I run asdf list-all deno command. I can not install Deno

image

My Machine info

image
nurrony commented 2 years ago

Still no response :( :(

smorimoto commented 2 years ago

Are the prerequirements satisfied? https://github.com/asdf-community/asdf-deno#prerequirements

inoas commented 1 year ago

Are the prerequirements satisfied? https://github.com/asdf-community/asdf-deno#prerequirements

yes. and this problem persists:

❯ curl --version; echo "\n\n"; git --version; echo "\n\n"; gunzip --version; echo "\n\n"; unzip --version

curl 7.79.1 (x86_64-apple-darwin21.0) libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1
Release-Date: 2021-09-22
Protocols: dict file ftp ftps gopher gophers http https imap imaps ldap ldaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets

git version 2.39.1

Apple gzip 353.100.22

caution:  both -n and -o specified; ignoring -o
UnZip 6.00 of 20 April 2009, by Info-ZIP.  Maintained by C. Spieler.  Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
  Default action is to extract files in list, except those in xlist, to exdir;
  file[.zip] may be a wildcard.  -Z => ZipInfo mode ("unzip -Z" for usage).

  -p  extract files to pipe, no messages     -l  list files (short format)
  -f  freshen existing files, create none    -t  test compressed archive data
  -u  update files, create if necessary      -z  display archive comment only
  -v  list verbosely/show version info       -T  timestamp archive to latest
  -x  exclude files that follow (in xlist)   -d  extract files into exdir
modifiers:
  -n  never overwrite existing files         -q  quiet mode (-qq => quieter)
  -o  overwrite files WITHOUT prompting      -a  auto-convert any text files
  -j  junk paths (do not make directories)   -aa treat ALL files as text
  -C  match filenames case-insensitively     -L  make (some) names lowercase
  -X  restore UID/GID info                   -V  retain VMS version numbers
  -K  keep setuid/setgid/tacky permissions   -M  pipe through "more" pager
See "unzip -hh" or unzip.txt for more help.  Examples:
  unzip data1 -x joe   => extract all files except joe from zipfile data1.zip
  unzip -p foo | more  => send contents of foo.zip via pipe into program more
  unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer
❯ brew install curl && brew install git && brew install gzip && brew install unzip
Warning: curl 7.87.0 is already installed and up-to-date.
To reinstall 7.87.0, run:
  brew reinstall curl
Warning: git 2.39.1 is already installed and up-to-date.
To reinstall 2.39.1, run:
  brew reinstall git
Warning: gzip 1.12 is already installed and up-to-date.
To reinstall 1.12, run:
  brew reinstall gzip
Warning: unzip 6.0_8 is already installed and up-to-date.
To reinstall 6.0_8, run:
  brew reinstall unzip
❯ asdf list all deno
Plugin deno's list-all callback script failed with output: