Is it still possible to deploy Meteor app on heroku ? ( if I use in the frontend Reactjs)

I used to deploy my meteor App on heroku, with this guide, without problem; recently, I deploy a meteor reactjs App, all it seems correct but the app does not display any thing except error when I log:

2016-04-07T10:04:00.402286+00:00 app[web.1]: npm ERR! npm bugs todo
2016-04-07T10:04:00.402778+00:00 app[web.1]: npm ERR! npm owner ls todo
2016-04-07T10:04:00.406499+00:00 app[web.1]:
2016-04-07T10:04:00.406756+00:00 app[web.1]: npm ERR! Please include the following file with any support request:
2016-04-07T10:04:01.100950+00:00 heroku[web.1]: Process exited with status 1
2016-04-07T10:04:01.100926+00:00 heroku[web.1]: State changed from starting to crashed
2016-04-07T12:34:55.355426+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/favicon.ico" host=todoi.herokuapp.com request_id=5e6ed821-0e48-4caa-ab81-378db7abacb5 fwd=“88.120.116.98” dyno= connect= service= status=503 bytes=

Any idea or help guys on how to deploy meteor react app on heroku?

Thank’s

Are you using >1.3? Might be your outdated buildpack.

@reel, Yes I’m using Meteor 1.3; wich beltpack you means?

I mistyped. Buildpack… step 5 in the guide you linked above.

@reel I updated it for the last version but nothing,