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
Hi, I got following error message when running luadocumentor which installed by luarocks:
$ luadocumentor
/usr/bin/lua: ...ome/cheyi/.luarocks/share/lua/5.1/metalua/loader.lua:21: module 'checks' not found:No LuaRocks module found for checks
no field package.preload['checks']
no file '/usr/share/lua/5.1/checks.lua'
no file '/usr/share/lua/5.1/checks/init.lua'
no file '/home/cheyi/.luarocks/share/lua/5.1/checks.lua'
no file '/home/cheyi/.luarocks/share/lua/5.1/checks/init.lua'
no file './checks.lua'
no file '/usr/share/lua/5.1/checks.lua'
no file '/usr/share/lua/5.1/checks/init.lua'
no file '/usr/lib64/lua/5.1/checks.lua'
no file '/usr/lib64/lua/5.1/checks/init.lua'
no file '/usr/lib/lua/5.1/checks.so'
no file '/home/cheyi/.luarocks/lib/lua/5.1/checks.so'
no file './checks.so'
no file '/usr/lib64/lua/5.1/checks.so'
no file '/usr/lib64/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
...ome/cheyi/.luarocks/share/lua/5.1/metalua/loader.lua:21: in main chunk
[C]: in function 'require'
/home/cheyi/.luarocks/share/lua/5.1/lddextractor.lua:12: in main chunk
[C]: in function 'require'
/home/cheyi/.luarocks/share/lua/5.1/docgenerator.lua:22: in main chunk
[C]: in function 'require'
...arocks/rocks/luadocumentor/0.1.5-1/bin/luadocumentor:36: in main chunk
[C]: ?
It works after I installed module 'checks' by luarocks.
The text was updated successfully, but these errors were encountered:
Hi, I got following error message when running luadocumentor which installed by luarocks:
It works after I installed module 'checks' by luarocks.
The text was updated successfully, but these errors were encountered: