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 am trying to install LunarVim on Ubuntu 20.04. I made sure I had all the prerequisites installed, including node and npm, installed via nvm, as to avoid an EACCES error.
However with node at the latest LTS (v18.12.1 -> Hydrogen), installing tree-sitter-cli fails with:
After browsing the net I've come to the conclusion that it's something related to the IPv6 usage. I downgraded to node 16 (without disabling IPv6 on my machine) and the installation process was finally successful.
It might be a good idea to include these steps in the troubleshooting section, or at least a hint, as it actually saves the user from a lot of trouble 😉 . It is not a LunarVim issue, however it improves user experience (I was this close 👌 to give up and not try LunarVim at all).
The text was updated successfully, but these errors were encountered:
mariasfiraiala
changed the title
docs/troubleshooting: Installing tree-sitter-cli fails with node 18
docs/troubleshooting: Installing tree-sitter-cli fails with node 18Dec 31, 2022
I am trying to install
LunarVim
on Ubuntu 20.04. I made sure I had all the prerequisites installed, includingnode
andnpm
, installed vianvm
, as to avoid anEACCES
error.However with
node
at the latest LTS (v18.12.1 -> Hydrogen), installingtree-sitter-cli
fails with:After browsing the net I've come to the conclusion that it's something related to the
IPv6
usage. I downgraded tonode 16
(without disablingIPv6
on my machine) and the installation process was finally successful.It might be a good idea to include these steps in the troubleshooting section, or at least a hint, as it actually saves the user from a lot of trouble 😉 . It is not a
LunarVim
issue, however it improves user experience (I was this close 👌 to give up and not tryLunarVim
at all).The text was updated successfully, but these errors were encountered: