The console of Chrome error : Refused to apply style because its MIME type ('text/html')
问题 I have an error when i run it on node server.js . The error reads: Refused to apply style from 'http://localhost:3000/style.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. This is the code for node in the server.js file : require('./models/medecinmodel') require('./models/infirmiermodel') require('./models/patientmodel') var medecin= require('./models/medecinmodel') var infirmier= require('./models/infirmiermodel') var