You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added use_rocks "lua-cjson" to my packer config and successfully installed them. My impression was that now I can do something like local json = require("cjson") in my Lua files and it will succeeded, however, it fails with module 'cjson' not found.
Admittedly I don't know much about Lua - maybe I am missing something obvious here? Is there some path setup that I should add?
The text was updated successfully, but these errors were encountered:
Eh, I tried to bust everything completely again, and reinstalled it - works now. 🤷 Maybe because at first I tried to install, and only then found #180 (comment)? In any case, sorry for the noise.
I added
use_rocks "lua-cjson"
to my packer config and successfully installed them. My impression was that now I can do something likelocal json = require("cjson")
in my Lua files and it will succeeded, however, it fails withmodule 'cjson' not found
.Admittedly I don't know much about Lua - maybe I am missing something obvious here? Is there some path setup that I should add?
The text was updated successfully, but these errors were encountered: