Closed steveoh closed 10 years ago
It looks like brew install lua installs the wrong version of lua for the scripts you have published.
I downloaded lua 5.2.3 and installed it, which broke luarocks, but downloading and installing that manually made the luarock install commands work. You might consider updating the documentation.
@steveoh did you do brew update
first?
yup ok. my bad.
I downloaded the latest copied it to applications opened it i
brew installed lua
with brew version0.9.5
ibrew installed luarocks
the echo command for the config.lua didn't work because
.luarocks
did not exist. I created the dot file and reran the echo script. It completed successfully.I then tried to
luarocks install mjolnir.application
and it saysError: no results matching your query were found.
I tried with the
--server=http://rocks.moonscript.org
flag and still nothing.