A problem about the path of lua require

You should use the correct require argument for your directory structure. In Lua you should use:

local test = require("common.test")
1 Like