Replies: 4 comments 8 replies
|
Hey 👋 As the health check and error messages indicate, luarocks expects a |
|
Another update: I hope that I thought it was the end as you know Fortunately, I have At this point, I guess if the Anyway, I hope the above information will help others if they fall into this situation. |
|
Since, lua@51 has been disabled, you have two options, you can try the brew extract method which means you extract that disabled formula to your own 'tap' and install and maintain it yourself, it's a bit involved though. I opted instead to just download lua 5.1 and install it from source doing: Will install into |
|
Don't forget builds will use the lua version available this sometimes hard codes packages etc to a specific version of lua. On a side note, I don't think lua5.1 and Luajit should be side by side (I have had several issues where things pickup the wrong version ) really you want to use one at a time in a shell, one of the other may be use some sort of shim script? |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I installed
rocks.nvimusing the recommended option at README.mdThe installation is successful, no error.
I followed the instructions and put the generated code into
~/.config/nvim/init.luaHowever, I cannot install any package. Ex:
return these errors in
:Rocks logand every time I open

nvim, I got this errorHere is my environment
All reactions