Answers for "update node manjaro"

0

update node manjaro

# With NVM

yay -S nvm

echo 'source /usr/share/nvm/init-nvm.sh' >> ~/.bashrc
exec $SHELL

nvm ls-remote

nvm install v18.1.0
Posted by: Guest on May-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language