如何查看heroku完整的日志文件?

时间:2019-03-21 06:57:07

标签: heroku npm build

我在Heroku中的构建失败,所以我想查看他们在构建中提到的完整日志:

npm ERR! A complete log of this run can be found in:   
npm ERR! /app/.npm/_logs/****logname*****-debug.log

如何获取完整的日志?

1 个答案:

答案 0 :(得分:0)

AFAIK,无法访问构建失败的中间状态。

如果您使用Docker,则可能会利用the Heroku stacks作为Docker映像的事实,并尝试根据堆栈(the current default one is Heroku-18)的组合编写Dockerfile并尝试重现此问题。 buildpack

如果您不能这样做,我的建议是尝试使npm的输出更加详细,以便能够从构建输出中对其进行调试。