I tried to install bootstrap in my Angular Project by
npm install --g bootstrap
but i am getting following warning
n
In your package.json file search for "dependencies" and editing it to show as
"dependencies": { //same lib "jquery": "^1.9.1", },
or run this command from cmd
npm i jquery@1.9.1 --save