Install Node.js Development Environment
- Install
git
sudo pacman -S git
- Install Visual Studio Code from AUR
pamacyaybuild-S visual-studio-code-bin - Install Node Version Manager using
curl
orwget
, 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