Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题出在 git add 上。我忘记添加 node_modules 文件。我关闭了终端并再次运行 Heroku 和 NodeJs [1] 入门中给出的命令集。应用程序已成功推送到堆栈上。
如果您在项目的根目录中包含 package.json 文件,Heroku 将自动检测 nodejs 应用程序。在将您的项目推送到 Heroku 之前,请确保将 package.json 添加到您的 git 项目中。
您的 nodejs 应用程序应该使用 NPM 进行管理。有关完整的工作示例,请参阅 Heroku 上的 Nodejs 指南:
https://devcenter.heroku.com/articles/nodejs