Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 Lua、Openresty 和 Luarocks,但是在执行之后
sudo luarocks install lapis
或者
luarocks install lapis --local
然后运行
lapis new
在空白目录中,没有任何反应
是否缺少步骤?
作为记录,问题是我决定使用最新版本的 Lua 和 Luarocks,正确的做法是使用 Ubuntu 14.04 提供的默认 Lua 版本和 apt-get 提供的 Luarocks ,而不是从他们的网站下载一个。安装新版本会产生不兼容性。