jaxdotjs
jaxdotjs
RRailway
Created by jaxdotjs on 9/11/2023 in #✋|help
@railway/cli not running correctly when installed as a Bun devDependency
I have @railway/cli installed as a devDependency in my project. This has worked fine with me while using other package managers such as pnpm, but for some reason when I try to run it with bun I get the following error:
❯ bun run railway link
error: "railway" exited with code 1 (SIGHUP)
❯ bun run railway link
error: "railway" exited with code 1 (SIGHUP)
I couldn't figure out how to get more debug-level information out of this error, so this is all I got.
16 replies