File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
apps/docs/getting-started/monorepo-setup Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ Include a new `package.json` and do not forget to add this to the `workspaces` o
24
24
Install React Email to the ` transactional ` workspace.
25
25
26
26
``` sh packages/transactional
27
- bun add react-email @react-email/components -E
27
+ bun add react-email -D -E
28
+ bun add @react-email/components react react-dom -E
28
29
```
29
30
30
31
## 3. Add scripts
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Install React Email in the `transactional` workspace.
25
25
26
26
``` sh packages/transactional
27
27
npm install react-email -D -E
28
- npm install @react-email/components -E
28
+ npm install @react-email/components react react-dom -E
29
29
```
30
30
31
31
## 3. Add scripts
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Install React Email in the `transactional` workspace.
24
24
25
25
``` sh packages/transactional
26
26
pnpm add react-email -D -E
27
- pnpm add @react-email/components -E
27
+ pnpm add @react-email/components react react-dom -E
28
28
```
29
29
30
30
## 3. Add scripts
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Install React Email in the `transactional` workspace.
40
40
41
41
` ` ` sh packages/transactional
42
42
yarn add react-email -D -E
43
- yarn add @react-email/components -E
43
+ yarn add @react-email/components react react-dom -E
44
44
` ` `
45
45
46
46
# # 4. Add scripts
You can’t perform that action at this time.
0 commit comments