bash: /dev/fd/63: No such file or directory when installing lunarvim on my ubuntu 20.04 lts
So I tried to run: sudo bash <(curl -s ) in order to install lunarvim however I get :bash: /dev/fd/63: No such file or directory
1 Answer
Well,I found a solution to my problem,it turns out all what you need to do is use fnm(an npm manager) here is the github link:,it saves the overhead of dealing with permission issues with npm(when installing lunarvim use "bash <(curl -s )" without sudo) Hopes this helps anyone who's gonna run into such a problem in the future