monorepo yarn + turbo
how to use a monorepo on a railway? I tried to start my discord bot but the error comes up:
yarn command not found
, here is my project id: 62bda654-2934-4aa1-92ce-e7757ed6cdd7
22 Replies
Project ID:
62bda654-2934-4aa1-92ce-e7757ed6cdd7
You might find these helpful:
- Trouble deploying monorepo app
- Railway failing to install github repo for Discord Bot
- How to host VSC discord bot with Railway?
⚠️ experimental feature
I now have another error: https://srcb.in/DY4I0KidWm
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
github repo?
if that, but my repo is private, do I still send the repo link?
bot start-up logs: https://srcb.in/kx6oqCH0HD
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
no, this is the strange thing
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
no, but I have another error
now this error appears
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I have two tsconfigs in my repo, here
I have updated versions of ts-node and ts both
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
what do you mean by exact location of the typescript config file?
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Is it normal that when I use
nixpacks build --config nixpacks.toml --name overwolf/bot .
and it outputs yarn version 1 instead of 3?
here my config nixpacks:
You’re specifying yarn v1 in your setup phase, you can change the 1 to a 3 to get yarn v3
Are you sure this version can be included?
actually no, not at all. The latest version is version 1.22.19 according to the npm website
I just assumed it did because you seemed to expect version 3
In that case, what did you mean by this?
I found the problem with tsconfig, it was that root in railway: apps/bot, did not read the original tsconfig
However, I did it another way