Hi i hav latest angular cli in my machine. i have tried to install bootstrap on angular project. These are the steps i have followed .
- ng new Demo
- npm install bootstrap jquery --save
Then open the project in vs codein the angular.json file i copy below code.
"styles": [ "styles.css", "../node_modules/bootstrap/dist/css/bootstrap.css" ], "scripts": [ "../node_modules/jquery/dist/jquery.min.js", "../node_modules/bootstrap/dist/js/bootstrap.js" ]
after that i run the project ng serve i got this error msg.
Angular Live Development Server is listening on localhost: 4200, open your browser on http://localhost:4200/ ** 91% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open 'D:\Angular\node_modules\jquery\dist\jquery.min.js'