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
✗ Failed to install xml2lua
Error: Could not determine source directory from rock contents (2 file(s), 0 dir(s))
exactly the same problem with mimetypes.
Moreover, if you install it on the host, then only installation under sudo works (sudo luarocks install mimetypes)
Without sudo the installation does not work. Doesn't fit under packer at all
Tell me what could be the problem?
MacOS
The text was updated successfully, but these errors were encountered:
I don't know if this is your solution, but I just had a bunch of errors trying to get rest.nvim installed and the log seemed to show the actual problem was with installing luarocks or something, and in the error output I did also see mention of xml2lua being unable to load.
Reading through all of the output more closely, I noticed that the fatal error was occurring when trying to load a readline header file. So I did (on my xubuntu system):
sudo apt install libreadline-dev
Seem to have fixed the issue and now rest.nvim installs and I have a :Rest command I just need to learn to utilize. HTH
✗ Failed to install xml2lua
Error: Could not determine source directory from rock contents (2 file(s), 0 dir(s))
exactly the same problem with mimetypes.
Moreover, if you install it on the host, then only installation under sudo works (sudo luarocks install mimetypes)
Without sudo the installation does not work. Doesn't fit under packer at all
Tell me what could be the problem?
MacOS
The text was updated successfully, but these errors were encountered: