Install Needed YARN and Webpack Tools
sudo apt install -y sed gawk;Install npm and nodejs
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt update
sudo apt install nodejs
sudo apt install build-essential
curl -L https://npmjs.com/install.sh | sudo -E bash -
sudo apt update
sudo apt install npmInstall Yarn
Step 1: Clean the Slate
Step 2: Direct Download
Step 3: Configuration
Step 4: Verification
Last updated