1
2
3
4
5
6
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo apt install -y nodejs
node -v
sudo corepack enable
sudo npm install -g yarn
yarn -v