You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can add the default lua package paths: package.path = package.path .. ';/usr/share/lua/5.4/?.lua;/usr/share/lua/5.4/?/init.lua;/usr/lib64/lua/5.4/?.lua;/usr/lib64/lua/5.4/?/init.lua;'
and then require luarocks.loader, and now you can require luarocks modules.
maybe i can add the lua package.path for the next release.
is there a way to require other lua files and files from lua rocks
The text was updated successfully, but these errors were encountered: