node-lua-distiller icon indicating copy to clipboard operation
node-lua-distiller copied to clipboard

ERROR: missing main entrance lua file (-i), use -h for help

Open ashuralyk opened this issue 3 years ago • 3 comments

遇到了这样的问题,感觉像是没有识别出-i选项

ashuralyk avatar Jun 18 '21 07:06 ashuralyk

same problem. Does not work with relative paths or absolute paths, and not with -i or --input.

borbware avatar Oct 30 '21 14:10 borbware

I have same problem and can't solve it. Does anyone solve this issue?

winthropchang avatar Jan 12 '22 03:01 winthropchang

我也遇到了这个问题,通过调试,需要修改下lua-distiller.coffee文件 pkg = require "../package" p = require "commander" p.storeOptionsAsProperties(true)//添加这一句

xqyphp avatar Aug 30 '22 03:08 xqyphp