Bun (could not resolve an installed package)
Hey guys, any idea to what the fix to this is? Been scratching my head for hours lol. It deff has it installed and is working locally too, when I run
railway run bun run src/index.ts
on my local CLI, it works fine too.14 Replies
Project ID:
77f86b2e-8734-40ea-8f7c-ef7b4b082047
77f86b2e-8734-40ea-8f7c-ef7b4b082047
what does the v0.4.0 mean on the bun install? is that the version of bun being used?
yes
the latest version of bun is current 0.5.7, i suspect this has something to do w the error
is there a planned upgrade anytime soon or a way for me to update the version?
use a dockerfile
have a tutorial for me to follow along?
even bun itself is experiential, i would recommend you to use node since you wouldn't be able to maintain your own dockerfile
really love bun tho xd, will just figure out the docker stuff
is there a planned upgrade to 0.5.7 anytime soon?
alright, then but has its own docs
not that im aware of, bun is low priority compared to node
and even node is on v16
oh i see
thanks for the info :)
oh one last thing, will u guys bump it directly to v18?
it defaults to 16, but you can change that to 18
theres no option to set bun version
Dockerfile is the way to go for optimal bun support
ten four, thanks again!