Replies: 4 comments
-
I'd love to know the answer to this too |
Beta Was this translation helpful? Give feedback.
-
@phillipakhn @oo273825 Dev dependencies are not installed, thats why it can't find ts-node Lines 35 to 41 in e2ab16b |
Beta Was this translation helpful? Give feedback.
-
You were right, is there a way to have dev dependances be installed automatically? I am only able to run the bot through console after installing the dev dependencies manually. If the console is closed the bot is shutdown. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I am also struggling with this. I always used to run the bot using Heroku, but recently I noticed it wasn't able to properly connect to voice channels anymore, so I decided to update it, only to be met with the mentioned error. Is there any solution? |
Beta Was this translation helpful? Give feedback.
-
Why I deploy the bot to heroku and despite I added Procfile(worker: npm start) but all can't work!
2022-09-25T03:29:30.352778+00:00 heroku[web.1]: Starting process with command
npm start
2022-09-25T03:29:32.252348+00:00 app[web.1]:
2022-09-25T03:29:32.252363+00:00 app[web.1]: > evobot@2.3.1 start
2022-09-25T03:29:32.252363+00:00 app[web.1]: > ts-node index.ts
2022-09-25T03:29:32.252364+00:00 app[web.1]:
2022-09-25T03:29:32.263723+00:00 app[web.1]: sh: 1: ts-node: not found
2022-09-25T03:29:32.453703+00:00 heroku[web.1]: Process exited with status 127
2022-09-25T03:29:32.508673+00:00 heroku[web.1]: State changed from starting to crashed
2022-09-25T03:35:34.488239+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=bot220925.herokuapp.com request_id=39eb4673-aa0b-4858-a1c9-4807abea1e36 fwd="115.165.194.182" dyno= connect= service= status=503 bytes= protocol=https
2022-09-25T03:35:34.881613+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=bot220925.herokuapp.com request_id=aa56ffb3-98c5-4e57-b75f-683ece46a8a4 fwd="115.165.194.182" dyno= connect= service= status=503 bytes= protocol=https
thanks help me.
Beta Was this translation helpful? Give feedback.
All reactions