Heroku Error: ENOENT: no such file or directory, stat '/app/index.html'
Heroku Error: ENOENT: no such file or directory, stat '/app/index.html'
我将我的 nodejs 应用程序部署到 Heroku
我的项目文件夹结构如下
folder structure
Server.js
Server.js code
部署后出现上述错误,因为没有这样的文件或目录 /app/index。html
我尝试了 运行ning 运行 bash 命令来检查 Heroku 上的文件夹结构,但它没有显示根路径中的应用程序文件夹
Heroku run bash output
想知道为什么我在其来源上方看不到应用程序文件夹?
感谢您的帮助。
你的 index.html 有一个大写字母,你称它为 Index.html。
如果您正在使用 windows,请注意您可能必须删除 Index.html,然后在没有它的情况下推送您的项目,然后使用正确命名的文件再次推送它 (index.html) .
您没有看到 app/,因为您在其中。
我将我的 nodejs 应用程序部署到 Heroku 我的项目文件夹结构如下 folder structure
Server.js
Server.js code
部署后出现上述错误,因为没有这样的文件或目录 /app/index。html
我尝试了 运行ning 运行 bash 命令来检查 Heroku 上的文件夹结构,但它没有显示根路径中的应用程序文件夹
Heroku run bash output
想知道为什么我在其来源上方看不到应用程序文件夹?
感谢您的帮助。
你的 index.html 有一个大写字母,你称它为 Index.html。
如果您正在使用 windows,请注意您可能必须删除 Index.html,然后在没有它的情况下推送您的项目,然后使用正确命名的文件再次推送它 (index.html) .
您没有看到 app/,因为您在其中。