Results 2 issues of Mi Gao

## What happens? 我像这样注册了我的umi子项目进行测试: ![image](https://github.com/user-attachments/assets/0169cd91-6a8f-418e-b7e1-4b870cdf6004) 这便是umi子项目sub-app-2的.umirc.ts中的配置: ![image](https://github.com/user-attachments/assets/ec184f0e-0e70-4c26-be21-6b72adf7c978) 由于我选用了一个开源的叫做[like-admin](https://doc.likeadmin.cn/java/web.html#%E8%8F%9C%E5%8D%95)的一个Vue3项目作为基座,它的菜单和路由结构是类似这样: ![image](https://github.com/user-attachments/assets/f4a4c9d4-1217-4de6-b69b-a2b54e629f47) 也就是类似 `/目录/路由` 的结构;然后在进入子项目2也就是我们的测试目标时在好像渲染了子项目的一瞬间跳进了404出现了如下的问题: ![image](https://github.com/user-attachments/assets/2fc6e1d5-47cf-4033-adba-f853bb578c88) 对 `http://localhost:5173/microapp/sub-app-2/home` 出现了404,这个在我曾经测试的一个umi4分别作为基座和子项目测试时候并没有出现感觉也不该出现这种成功加载render了子项目但是路由404了,我很好奇是不是我的哪里router配置出了问题? 很困惑,非常感谢来帮助我 ## Mini Showcase Repository(REQUIRED) > Provide a mini GitHub repository which can reproduce...

[issue#164](https://github.com/gloriasoft/veaury/issues/164) Fix error when doing setup then error reporting: > "@achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16...