- I am trying to integrate Bootstrap 4.1.2 into my project using npm as a package manager. Can someone assist with this? **
note: I prefer to have Bootstrap locally rather than using BootstrapCDN as shown below:
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css">
I attempted to add Bootstrap to my project with the following two lines:
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="../../node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../SCSS/custom.scss">
However, I encountered the following error on my console page:
https://i.sstatic.net/N9yLh.png
If anyone can provide assistance with resolving this error, it would be greatly appreciated.