Open attardi opened 8 years ago
To solve this error:
luajit: ./util/BatchLoaderUnk.lua:14: attempt to index global 'path' (a nil value)
I added this line to both main.lua and util/BatchLoaderUnk.lua:
local path = require 'pl.path'
and I had to install:
luarocks install luafilesystem
To solve this error:
I added this line to both main.lua and util/BatchLoaderUnk.lua:
and I had to install: