I recently installed bootstrap using npm with the command 'npm -bootstrap@3'. However, when attempting to include the bootstrap.min.css file from node_modules in my application, I encountered an error message on my console. Here is a screenshot of the error: https://i.sstatic.net/JlRlV.jpg
Upon checking the network tab, it showed a "404 not found" error for the bootstrap source.
Below are some images showing my project structue:
Here is the project folder structure: https://i.sstatic.net/3mMv6.jpg
This is the ejs code snippet used to include the bootstrap file: https://i.sstatic.net/Mb7hg.jpg
Can anyone help me identify and resolve this issue?