DEV Community

Aitor
Aitor

Posted on

Arch Linux problems 1/?

Greetings, I have been using consistently Arch Linux for about a year now, and inconsinstently/distro-hopping for two and a half. I am making this for myself, and I hope you find it useful. Most of the solutions have a source, I will append it at the bottom of this article, also I will be adding more solutions, up to 10 by article.

1. NVM not detected1

When NVM is not detected after you installed it from YAY or other AUR package manager, you should source the environment in the terminal or add it to the .bashrc file

Solution: echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc

1: Pinned comment on nvm AUR package site

Top comments (0)