We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84902a6 commit a9d7da0Copy full SHA for a9d7da0
docs/api-reference/cli.md
@@ -150,7 +150,7 @@ will give you information like this example:
150
npm: 8.1.0
151
Yarn: 1.22.17
152
pnpm: 6.24.2
153
- npm packages:
+ Relevant packages:
154
next: 12.0.8
155
react: 17.0.2
156
react-dom: 17.0.2
packages/next/cli/next-info.ts
@@ -53,7 +53,7 @@ const nextInfo: cliCommand = async (argv) => {
53
npm: ${getBinaryVersion('npm')}
54
Yarn: ${getBinaryVersion('yarn')}
55
pnpm: ${getBinaryVersion('pnpm')}
56
57
next: ${getPackageVersion('next')}
58
react: ${getPackageVersion('react')}
59
react-dom: ${getPackageVersion('react-dom')}
0 commit comments