lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, 18 May 2020 at 14:51, Vadim Peretokin <vperetokin@gmail.com> wrote:
>
> Just the default one - the --verbose log can be found over at https://github.com/luarocks/luarocks/issues/1188.

luarocks can swap between using several downloaders
  - luasocket (which you appear to be using)
  - curl
  - wget

If you set fs_use_modules to false it should stop using luasocket and
fall back to curl/wget.

In terms of solving the issue, my guess is that your luasocket
installation is broken?
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org