I tried to install bootstrap in my Angular Project by
npm install --g bootstrap
but i am getting following warning
n
I had the same problem and this is the solution:
npm install bootstrap jquery popper.js --save
The system automatically resolves the references for you.