Matthieu Napoli
banner
mnapoli.bsky.social
Matthieu Napoli
@mnapoli.bsky.social
Building
▸ bref.sh
https://bref.sh/cloud
https://github.com/getlift
https://port7777.com
AWS serverless hero
You really want to move back to the `npm` version of Claude Code:

rm ~/.local/bin/claude
npm install -g @anthropic-ai/claude-code

Link to the underlying issues:

- claude: github.com/anthropics/...
- bun: github.com/oven-sh/bun...
Disable reading `.env` · Issue #5515 · oven-sh/bun
Hello everyone! I'm testing out Bun as Node.js drop-in replacement in one of my most important projects. As per title I usually have a package.json scripts.prepare script in order to install gi...
github.com
November 16, 2025 at 4:21 PM
Which means that your Laravel local config (.env) gets loaded, forcing tests to run in `local` environment instead of `testing`, with your entire local config (including tokens & such). If your local DB gets wiped because of Claude, you now know why.
November 16, 2025 at 4:21 PM
Claude Code recently moved from "install via NPM and run via Node" to "download a self-contained binary". Except that binary is running Bun under the hood.
And Bun automatically loads `.env` files (wtf!)
November 16, 2025 at 4:21 PM
I found this because my Laravel tests in Claude Code failed with CSRF errors (419), but pass in my terminal.

That is caused by Bun (NodeJS alternative).
November 16, 2025 at 4:21 PM
I’m all for companies running their services (Mongo, PlanetScale, Elastic, etc) instead of paying the AWS version, but Redis is the exception for me 😅
November 12, 2025 at 10:17 PM
Nah apparently they have a policy it’s complicated to get through
September 15, 2025 at 8:56 PM
It depends on the application of course, the one I used here for my tests it went from 1.3s to 750ms IIRC
September 9, 2025 at 4:06 PM
I wanted easter eggs even for myself, I got that!
August 22, 2025 at 4:40 PM
Ohhh i see! I asked Claude to add more commands after the initial ones and I didn’t play with this one 😂
August 22, 2025 at 4:40 PM
I was serious 😅 I just looked it up, not sure what it’s used for but I went for the dos-based computers or mainframe aesthetics
August 22, 2025 at 7:39 AM