this post was submitted on 10 Sep 2023
222 points (94.8% liked)

Programmer Humor

19594 readers
816 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] starman@programming.dev 31 points 1 year ago* (last edited 1 year ago) (3 children)

It's almost 100% compatible with node but faster. A lot faster. So no need to learn anything but few cli commands. For example bun run dev instead of npm run dev.

Edit: website

[–] mvirts@lemmy.world 20 points 1 year ago (1 children)

Alias npm bun level compatibility?

[–] NotSteve_@lemmy.ca 12 points 1 year ago

Bun is designed as a drop-in replacement for Node.js

It does seem so!

[–] ExtraMedicated@lemmy.world 4 points 1 year ago

This is the first I've heard of this. Might be worth checking out.

[–] beeb@lemm.ee 4 points 1 year ago (1 children)

I'm trying to get my work to switch to bun but we have packages in a private AWS codeartifact repo. Does it support this? I tried to use it with our npmrc file but it couldn't install those packages.