在Heroku上运行应用程序时,出现错误代码h10

时间:2020-07-16 17:57:13

标签: javascript reactjs heroku heroku-cli

我想让我的应用程序在Heroku上运行。我之前已经使用其他应用程序完成了此工作,但它已经工作了几个月,所以我不记得那时是否遇到过同样的问题。

将应用程序推送到Heroku并尝试运行后,进入“应用程序错误”屏幕,它告诉我查看日志。我查看了日志,看到“错误:找不到模块'/app/App.js'”,错误是h10。我在网上看了看,通常该代码适用于没有运行脚本但程序包文件中包含脚本的情况。

"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject"
  },

我的App.js位于我的scr文件夹中:

enter image description here

0 个答案:

没有答案