Skip to content

Commit 3a19005

Browse files
committed
fix(nextjs): missing dep
1 parent 61a9624 commit 3a19005

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openllmetry/getting-started-nextjs.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,21 @@ module.exports = nextConfig;
8686
</Tab>
8787

8888
<Tab title="With App Router">
89-
Install the `node-loader` package by running the following command in your terminal:
89+
Install the following packages by running the following commands in your terminal:
9090
<CodeGroup>
9191
```bash npm
9292
npm install --save-dev node-loader
93+
9394
```
9495

9596
```bash pnpm
9697
pnpm add -D node-loader
98+
9799
```
98100

99101
```bash yarn
100102
yarn add -D node-loader
103+
101104
```
102105

103106
</CodeGroup>

0 commit comments

Comments
 (0)