首页 > 技术文章 > 解决 abp vnext Could not find the bundle file '/libs/abp/core/abp.cs'

jesn 2022-05-12 16:56 原文

从abp.io 创建了一个project,在运行过程中发现identityServer web 无法启动,提示错误 Could not find the bundle file '/libs/abp/core/abp.cs',经过对比发现在在5.2 版本之后,源码中移除了wwwroot/libs,这一变动可能对开发环境和CICD等环境产生影响。

NOTICE: This can be a breaking change for your development environment and CI/CD pipelines.
So, please read it carefully and take the necessary actions.

解决方案

1、安装 abp cli 命令行工具,具体地址 https://docs.abp.io/zh-Hans/abp/latest/CLI
2、在当前项目根目录执行 abp install-libs,会自动把最小依赖安装包自动安装到 /wwwroot/libs 目录下


参考文献

推荐阅读