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 

posted @ 2019-11-06 10:29  星空天宇  阅读(146)  评论(0编辑  收藏  举报