Railway started running
npm install
during my
bun
service build
algomo
PROOP

a year ago

Hi, I have a very simple service that users bun's built-in server to host a website. I don't even run bun install since there are no extra dependencies.

So far it worked well, but after I made an unrelated change, it started running npm install as part of the build step which fails the deployment.

Solved$20 Bounty

Pinned Solution

irazvan2745
FREE

a year ago

You need to set the packageManager in your package.json to be bun@

2 Replies

Railway
BOT

a year ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


a year ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 11 months ago


irazvan2745
FREE

a year ago

You need to set the packageManager in your package.json to be bun@


Status changed to Solved brody 10 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...