I am attempting to create a website through Lua. In the process of installing the Orbit module, I installed the Luasocket module. It says that the 3.0rc12 module is not installed even though the lua socket module is already installed. How to solve this?
Installing by entering the luarocks luarocks install luasocket
in causes an error in the process of installing other modules.
Is there any way I can install the desired version via luarocks to solve this?
Installing by entering the luarocks install luasocket command
in causes an error in the process of installing other modules.
When installing through luarocks install luasocket
, it is displayed in the list displayed when executing luarocks list
command.
But when I try to install other modules it says version 3.0rc12 is not installed
Is there any way I can install the desired version via luarocks to solve this?