Int his video tutorial we will install the required NPM packages for Bootstrap 4 UI.
Npm Commands
Update NPM Globally
sudo npm update
Install. jQuery
sudo npm install jquery --save
Install. Bootstrap 4
sudo npm install bootstrap --save
Install Popper.js
sudo npm install popper.js --save