Bun Ep2

Table of Contents

So, You want to learn about bun and I’m assuming you are coming from Nodejs as I am.

Can I replace NodeJS with Bun?

Yes!, Read more here.

Installing bun:


curl -fsSL https://bun.sh/install | bash


source /var/home/atulraj/.bashrc 
bun --help

Installing packages:

bun i

This will install all the dependancies and show you all the errors and warnings too.