I came across the same issue whilst resuming work on a old MEAN stack project. I was using nodemon
as my local development server and got the same error Resource interpreted as stylesheet but transferred with MIME type text/html
. I changed from nodemon
to http-server
which can be found here. It immediately worked for me.