Remix.run Logo
ximeng 5 hours ago

I use bun in a project but Claude Code always uses node to run throwaway scripts. Maybe they can persuade it to use bun as part of this acquisition?

threetonesun 4 hours ago | parent | next [-]

Oddly I saw it try to use bun the other day, and was confused because everything in the project is in node.

simlevesque 4 hours ago | parent | prev | next [-]

I bet CC will become a binary with bun included and it'll use it's internal JS engine to run most scripts.

runjake 4 hours ago | parent | prev [-]

I always tell it to use Bun and it works? Am I misunderstanding?

ximeng 4 hours ago | parent [-]

It seems the default is node (despite the project docs saying to use bun and all example script documentation using bun). It will use bun if told, but there’s definitely nothing saying to use node and it uses that anyway.