node-lua-distiller
node-lua-distiller copied to clipboard
ERROR: missing main entrance lua file (-i), use -h for help
遇到了这样的问题,感觉像是没有识别出-i选项
same problem. Does not work with relative paths or absolute paths, and not with -i or --input.
I have same problem and can't solve it. Does anyone solve this issue?
我也遇到了这个问题,通过调试,需要修改下lua-distiller.coffee文件 pkg = require "../package" p = require "commander" p.storeOptionsAsProperties(true)//添加这一句