Currently, I am working on an HTML5/JS application using Node.js in Netbeans 8.2. As I develop the welcome page, I intend to incorporate Bootstrap 4. However, when I attempt to add bootstrap.min.css to my stylesheets folder, I encounter an error as shown in the image below. Strangely, when I utilize bootstrap.min.css from Bootstrap 3.3.7, everything works fine.
https://i.sstatic.net/hbD7z.png
Thank you