giann/croissant

module 'croissant.conf' not found

Erutuon opened this issue · 2 comments

I installed croissant with LuaRocks, but got the following error:

/usr/local/bin/lua53: /usr/local/share/lua/5.3/croissant/init.lua:2: module 'croissant.conf' not found:No LuaRocks module found for croissant.conf
	no field package.preload['croissant.conf']
	...
stack traceback:
	[C]: in function 'require'
	/usr/local/share/lua/5.3/croissant/init.lua:2: in main chunk
	[C]: in function 'require'
	...l/lib/luarocks/rocks-5.3/croissant/0.0.1-4/bin/croissant:3: in main chunk
	[C]: in ?

For some reason conf.lua isn't included in the LuaRocks package but croissant expects it. Is this a mistake or is there a way to generate this file?

giann commented

It’s a mistake, I’ll fix it this morning thanks.

giann commented

Fixed by 6e6f3b0