Hi all,
I'm trying to update My <h1> and <p> texts in My index.html files / in Electron but the HTML file(s) for some reason keeps refusing to load bootstrap.css and bootstrap.js which are stored in the following paths:
<link rel='stylesheet' href='./node_modules/bootstrap/dist/css/bootstrap.css'>
<script src="./node_modules/bootstrap/dist/js/bootstrap.js"></script>
I have checked both folders multiple times, the files are definitely there. I have also tried restarting Electron, reloading + force-reloading Electron whilst trying to update the <h1> and <p> texts in My index.html files but nope, no luck. I just don't see what's causing it all the sudden.
Any ideas? Thanks in advance.