ABPVNEXT 创建项目运行提示Could not find the bundle file ‘/libs/abp/core/abp.css‘ for the bundle ‘Basic.Globa

本人实验时用的abp5.3.1

关于ABP新建项目初始运行提示错误:Could not find the bundle file '/libs/abp/core/abp.css' for the bundle 'Basic.Global'!  的解决方案。
1、网上通常说的解决方案是 在项目根目录CMD运行  abp install-libs  命令安装最小依赖。这种方法可能在以前的版本管用,但是在我这里不管用。 
2.可能是你运行abp install-libs后,libs包已经存在,可以在xxx.web项目和xxx.httpapi.Host项目中找到。如果找不到,可以手动复制官网下载的ABP项目中的LIBS文件夹。
3. 找到libs 文件夹后,将 libs 文件夹复制到 xxx.Web项目的 wwwroot 文件夹中,重新运行该项目。在5.3.1中,wwwroot 文件夹在 XXX.HttpApi.Host项目中没有了,如果你是旧版本,你也许可以把它放在这个项目下。
所以运行 abp install-libs 并不是万能的。有时您可能需要手动复制 libs 文件夹。

补充一点,可以参考如下链接,作者附上了libs文件夹的网盘链接,感谢这位道友
AbpException:Could not find the bundle file ‘/libs/abp/core/abp.css‘ for the bundle ‘Basic.Global‘_Ice1774的博客-CSDN博客

你可能感兴趣的:(abpvnext,.netcore)