请帮助我,我将我的React应用程序部署到GitHub页面,它上线了一段时间,然后它开始显示这些react指令(查看附件的屏幕截图)
https://raw.githubusercontent.com/makhosi6/my_projects_links/master/site.png (图片) https://makhosi6.github.io/movie-app/ (网站)
发布于 2020-02-05 11:50:49
它似乎已经坠毁了。该进程不再运行。您需要通过运行npm start
重新启动它。
它会在每次崩溃时这样做,所以如果你想让应用程序保持更长时间,你应该阅读这里的准备部署:
https://create-react-app.dev/docs/deployment#other-solutions
https://stackoverflow.com/questions/60068739
复制相似问题