Comment by ximeng

Comment by ximeng 17 hours ago

4 replies

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?

simlevesque 17 hours ago

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

threetonesun 17 hours ago

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

runjake 17 hours ago

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

  • ximeng 17 hours ago

    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.