aspnet zero Refused to apply style from '...'because its MIME type ('') is not a supported styleshee

这是asp.net zero前端css,javascript无法加载造成的错误。

解决方法:

1. 安装npm

2. 安装yarn

cnpm install -g yarn

3. 在*.Web.Mvc目录下,打开cmd,执行

yarn
执行完成后再运行
npm run create-bundles

4. 完成后启动项目就OK

参考:

https://www.cnblogs.com/yanglang/articles/11014361.html 

原文地址:https://www.cnblogs.com/AlexanderZhao/p/12878872.html