WhoIsSethDaniel/mason-tool-installer.nvim

Luarocks fails to install dependencies

beauwilliams opened this issue · 3 comments

This is not the plugin, it will fail on CLI for me too. Perhaps we need a flag here to auto install deps and not fail..

luarocks install --tree /Users/admin/.local/share/nvim/mason/packages/luacheck luacheck --> fails, argparse is not installed

luarocks install --tree /Users/admin/.local/share/nvim/mason/packages/luacheck argparse && luarocks install --tree /Users/admin/.local/share/nvim/mason/packages/luacheck luacheck --> does not fail, installing argparse manually

Have you submitted this upstream to mason? The seems more like a mason issue than an issue for mason-tool-installer unless I misunderstand.

I've submitted upstream issue williamboman/mason.nvim#432

Seems to be an upstream problem. Probably a luarocks issue.