Skip to content

Commit

Permalink
docs: add missing bun reference
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored May 9, 2024
1 parent 1a653b8 commit bb194d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can use any package manager with Expo. If you want to use bun, yarn, or pnpm
- Remove **.npmrc**, **pnpm-lock.yaml**, and **pnpm-workspace.yaml**.
- Remove the `pnpm` property from the root **package.json** file.
- Add the [`workspaces`](https://docs.npmjs.com/cli/v8/using-npm/workspaces) property to the root **package.json** file.
- Update the workflows to use yarn or npm instead.
- Update the workflows to use bun, yarn, or npm instead.

> [!WARNING]
> Unfortunately, npm does not support the [workspace protocol](https://yarnpkg.com/protocol/workspace). You also have to change the `"<package>": "workspace:*"` references to just `"<package>": "*"` for npm.
Expand Down

0 comments on commit bb194d4

Please sign in to comment.