我已经安装了Lua,Openresty和Luarocks,但是在执行
之后sudo luarocks install lapis
或
luarocks install lapis --local
然后运行
lapis new
在空白目录中没有任何反应
是否缺少一步?
答案 0 :(得分:1)
为了记录,问题在于我决定使用最新版本的Lua和Luarocks,正确的方法是使用Ubuntu 14.04提供的默认版本Lua和我提供的Luarocks apt-get,而不是从他们的网站下载。安装新版本会产生不兼容性。