- # sudo apt update
- # sudo apt install build-essential apt-transport-https lsb-release ca-certificates curl
- # curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash –
- # sudo apt-get install -y nodejs
- # curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add –
- # echo “deb https://dl.yarnpkg.com/debian/ stable main” | sudo tee /etc/apt/sources.list.d/yarn.list
- # sudo apt-get update && sudo apt-get install yarn
Categories: Uncategorized
0 Comments