Strapi-无法“添加内容类型”

时间:2018-11-03 22:26:00

标签: strapi

当我单击时,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控制台中遇到此错误

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)

1 个答案:

答案 0 :(得分:1)

我有完全一样的问题。我通过运行解决了

npm run setup

希望这会有所帮助!