Replies: 4 comments 8 replies
-
Hey 👋 As the health check and error messages indicate, luarocks expects a |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
I installed
rocks.nvim
using the recommended option at README.mdThe installation is successful, no error.
I followed the instructions and put the generated code into
~/.config/nvim/init.lua
However, I cannot install any package. Ex:
return these errors in
:Rocks log
and every time I open
nvim
, I got this errorHere is my environment
Beta Was this translation helpful? Give feedback.
All reactions