2 months ago
the stage-0 is takign so much time more than 10 minutes. how can I improve this?
24 Replies
2 months ago
Hey! Do you have a nixpacks file on your project?
2 months ago
Otherwise it would use Railpack, the new builder.
@devenbhooshan yeah, that looks like nixpacks. It's deprecated, but you have to manually switch to the new builder in your railway settings if this is an older project. Give that a shot and let me know if it works.
2 months ago
Your build with Railpack is online. Can you explain what didn't work?
2 months ago
Hey, how does your package.json look like? Do you have many dependencies that justify the longer build times?
2 months ago
Is there any way you could give us an approximate count or even the dependencies themselves? Can help us define that "many are"
2 months ago
Thanks!
2 months ago
Also, I see that you're using npm as a package manager. It's known that npm is not super efficient in installing dependencies. Have you considered yarn, pnpm, or bun? I would recommend pnpm if you're indecisive.
2 months ago
For the build phase, I'm afraid there's not much we can do here as those can take a while depending on the project.
2 months ago
No problem!
Status changed to Solved passos • about 2 months ago

