Openshift origin通过ansible playbooks安装。$ systemctl restart atomic-openshift-master-api atomic-openshift-master-controllersFailed to restart atomic-openshift-master-api.service: Unit not found.
我之前做过几个react项目,但这是我第一次遇到这个问题。在我跑完之后 npx create-react-app myapp cd myapp 我创建了一个react项目,然后运行 npm启动 它看起来非常好: enter image description here 然而,该项目没有在浏览器中显示,当我转到localhost:3000时,它提醒我“此站点无法访问”: enter image description here 我试图更改端口,但无论我做什么,这种情况仍然持续。环境很好,电脑很好,nodejs很好,有没有人遇到过这种情况,能给我一些建议吗?谢谢!