From 8dc6b83ba42db012deb7d3cf8dc7b3b0a749dcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 20 Feb 2024 11:46:09 +0100 Subject: [PATCH] docs(cli): tweak `next info` docs --- docs/02-app/02-api-reference/08-next-cli.mdx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/02-app/02-api-reference/08-next-cli.mdx b/docs/02-app/02-api-reference/08-next-cli.mdx index b72ebe662d72b..cdc200b52cc0a 100644 --- a/docs/02-app/02-api-reference/08-next-cli.mdx +++ b/docs/02-app/02-api-reference/08-next-cli.mdx @@ -158,21 +158,25 @@ Operating System: Platform: linux Arch: x64 Version: #22-Ubuntu SMP Fri Nov 5 13:21:36 UTC 2021 + Available memory (MB): 31795 + Available CPU cores: 16 Binaries: Node: 16.13.0 npm: 8.1.0 Yarn: 1.22.17 pnpm: 6.24.2 -Relevant packages: - next: 12.0.8 - react: 17.0.2 - react-dom: 17.0.2 +Relevant Packages: + next: 14.1.1-canary.61 // Latest available version is detected (14.1.1-canary.61). + react: 18.2.0 + react-dom: 18.2.0 +Next.js Config: + output: N/A ``` This information should then be pasted into GitHub Issues. -In order to diagnose installation issues, you can run `next info --verbose` to print additional information about system and the installation of next-related packages. +You can also run `next info --verbose` which will print additional information about the system and the installation of packages related to `next`. ## Lint