4

ログは次のとおりです。

$ git push heroku master
Counting objects: 79, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (76/76), done.
Writing objects: 100% (79/79), 228.60 KiB | 374.00 KiB/s, done.
Total 79 (delta 20), reused 0 (delta 0)

-----> Node.js app detected
-----> Resolving engine versions
       Using Node.js version: 0.10.21
       Using npm version: 1.2.30
-----> Fetching Node.js binaries

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Exiting with failure status due to previous errors

 !     Push rejected, failed to compile Node.js app

To git@heroku.com:some-heroku-app.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:some-heroku-app.git'

私はこのエラーを調べましたが、他の人のプッシュは私のものとまったく同じ場所で終了しているようには見えません。さらに、それは非常にランダムに始まり、今日はすでにこのアプリをプッシュしていました. 私はすべて同じことをしていましたが、これが起こったことです。どうしたの?

4

2 に答える 2

1

脂肪の答えがうまくいかない場合は、これを package.json ファイルの依存関係オブジェクトに追加してみてください。

"node": "latest"
于 2013-10-19T18:37:13.080 に答える