I tried to install bootstrap in my Angular Project by
npm install --g bootstrap
but i am getting following warning
n
Just do as it says:
npm i jquery@1.9.1 --save
the option --save is to save this dependency to your project.