使用Git方式安装后出现SettingsUi错误

按照官方手册使用git clone代码,执行

git clone https://github.com/nocobase/nocobase.git -b main --depth=1 my-nocobase
cd my-nocobase
yarn install --frozen-lockfile
yarn nocobase install --lang=zh-CN
yarn dev

在使用localhost:13000访问时,出现App error Cannot read properties of undefined (reading ‘settingsUI’)错误,一直无法找到问题原因,请教这是哪里出现问题了呢?
但在使用yarn build 和yarn start,可以正确访问和进入主控制台。

启动后控制台日志看一下