Bootstrap works when imported by CDNS but not when imported by Node modules

Basically, I am trying to learn and test out bootstrap. I’ve noticed I can get it working by importing the files exactly as the template on their website shows for cdns. But when I install boostrap, poppper, and jquery through node, and import the exact same files. It doesnt work. I have attached two screenshots showing what I mean.
Bootstrap collapse working when I import using the CDNS

Bootstrap collapse not working when I import using the node modules

EDIT: here is my file system
files system