我对Heroku进行了推送,得到了以下错误: -----> Building on the Heroku-18 stack
--Push failed 之前对Heroku的推送奏效了。 我收到一个超时错误。为什么它会说,“没有这样的过程。”我在Heroku文档和各种谷歌搜索中都找不到这个错误。有人知道推送失败的原因吗?
在我尝试将应用程序部署到Heroku之前,一切运行正常。登录后,我运行以下终端命令来部署应用程序(以及响应): heroku login
heroku: Press any key to open up the browser to login or q to这是我正在尝试运行的构建后脚本: "heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix clien
我定期部署到Heroku,一切都很好。然后,在仅更改一行代码并将其推送到Heroku之后,就会失败。 我没有更新或安装任何东西。这种行为对我来说似乎太奇怪了。You can troubleshoot common issues here:
https://devcenter.heroku.com/articles/troubleshooting-node-deploysIf you're stuck, please submit a ticket so we
但是当我尝试推送这个项目时,它给出了fsevents错误。这是一个全新的项目。我已经在.gitignoreI中添加了node_modules尝试了I中给出的npm i -f尝试了中所说的将fsevents添加到optionalDependenciesBuilding dependenciesremote