Celeb Glow
news | March 19, 2026

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

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy