Skip to content

Commit

Permalink
Update from-npm-install-to-bun-install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Sep 22, 2024
1 parent c5c1e8f commit c267d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/install/from-npm-install-to-bun-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bun install is a Node.js compatible npm client designed to be an incredibly fast

We've put a lot of work into making sure that the migration path from `npm install` to `bun install` is smooth and automatic.

- **Designed for Node.js & Bun**: `bun install` installs a Node.js compatible `node_modules` folder. You can use it in place of `npm install` for Node.js projects without any code changes.
- **Designed for Node.js & Bun**: `bun install` installs a Node.js compatible `node_modules` folder. You can use it in place of `npm install` for Node.js projects without any code changes and without using Bun's runtime.
- **Automatically converts `package-lock.json`** to bun's `bun.lockb` lockfile format, preserving your existing resolved dependency versions without any manual work on your part. You can secretly use `bun install` in place of `npm install` at work without anyone noticing.
- bun install reads npm registry configuration from npm's `.npmrc` as well as Bun's bunfig.toml
- On Windows and Linux, `bun install` uses hardlinks to conserve disk space and install times
Expand Down

0 comments on commit c267d76

Please sign in to comment.