To install bootstrap the latest version automatically:
S1: Go to the terminal of your project or CMD within your project and command this
npm install bootstrap //For automatically install latest
OR
npm install bootstrap@4.6.2 jquery popper.js // in...