Install Node.js Development Environment
- Install
gitsudo pacman -S git - Install Visual Studio Code from AUR
yay -S visual-studio-code-bin - Install Node Version Manager using
curlorwget, whichever is availablecurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash - Install Node.js, e.g. version 12
nvm install 12