how i can use bootstrab 3 in angular 6 ?? it's not work in any way , i used :
npm install bootstrap@3 jquery --save
then update angular.json as follow :
"styles": [
"src/styles.css",
"../../node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"../../node_modules/jquery/dist/jquery.min.js",
"../../node_modules/bootstrap/dist/js/bootstrap.min.js"
]
in html bootstrap class appear , but it dosen't work !! it's git this error
91% additional asset processing scripts-webpack-plugin× 「wdm」: Error: ENOENT: no such file or directory, open 'E:\node_modules\jquery\dist\jquery.min.js'