LuaFormatter
LuaFormatter copied to clipboard
Luarocks install fails on windows 10 / mingw64
Hello,
Issuing :
luarocks.bat install --server=https://luarocks.org/dev luaformatter
inside a mingw64 environment did succeed to build the executable, but then :
Install the project...
-- Install configuration: "Release"
-- Installing: D:/xxx/Documents/utils/luarocks-3.7.0/systree/lib/luarocks/rocks-5.1/luaformatter/scm-1/bin/lua-format.exe
Installing https://luarocks.org/dev/luaformatter-scm-1.rockspec
Error: failed deploying files. The following files were not installed:
D:\xxx\Documents\utils\luarocks-3.7.0\systree/bin/lua-format.exe.bat
and no signs of luarocks installation.
However, it seems the executable is standalone and does not need to load any other packages.
Regards
I am facing the exact same issue :)
@Koihik, can you please have a look ?