0

I've already installed Lua, Openresty and Luarocks, but after executing

sudo luarocks install lapis

or

luarocks install lapis --local

and then run

lapis new 

in a blank directory and nothing happens

is there a missing step?

Absulit
  • 1,487
  • 1
  • 12
  • 16

1 Answers1

1

For the record, the problem is that I decided to use the latest versions of Lua and Luarocks, the right way to do it is to use the default version of Lua provided by the Ubuntu 14.04 in my case and the Luarocks provided by apt-get, and not downloading the one from their site. Installing new versions generate incompatibilities.

Absulit
  • 1,487
  • 1
  • 12
  • 16