Strapi - 无法 "Add Content Type"

Strapi - Unable to "Add Content Type"

当我点击时,url http://localhost:1337/admin/plugins/content-type-builder/#create::contentType::baseSettings
处只有空白页 我用的是v3.0.0-alpha.14.3版本
节点版本 v8.12.0
NPM 版本 6.4.1
我使用 MongoDB。 我在 Chrome console

中有这个错误
main.js:16 Error: Minified React error #188; visit 
https://reactjs.org/docs/error-decoder.html?invariant=188 for the full 
message or use the non-minified dev environment for full errors and 
additional helpful warnings. 
at r (main.js:11)
at o (main.js:11)
at Ie (main.js:11)
at Fe (main.js:11)
at Object.findDOMNode (main.js:19)
at t.updateStatus (main.js:32)
at t.componentDidMount (main.js:32)
at tn (main.js:16)
at en (main.js:16)
at Qo (main.js:16)

我遇到了完全相同的问题。我通过 运行

解决了

npm run setup

希望对您有所帮助!