Skip to content

Commit be046a6

Browse files
authored
chore: suggest using the correct command to seek for packages (#6570)
* fix: suggest using the correct command to seek for packages * seek for adapter packages aswell * cleanup: seek for auth org packages
1 parent bdee262 commit be046a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1_bug_framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body:
3030
Run this command in your project's root folder and paste the result:
3131
3232
```sh
33-
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth"
33+
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth,@auth/*"
3434
```
3535
Alternatively, you can manually gather the version information from your package.json for these packages: "next", "react" and "next-auth". Please also mention your OS and Node.js version, as well as the browser you are using.
3636
validations:

.github/ISSUE_TEMPLATE/2_bug_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ body:
8888
Run this command in your project's root folder and paste the result:
8989
9090
```sh
91-
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth"
91+
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth,@auth/*"
9292
```
9393
Alternatively, you can manually gather the version information from your package.json for these packages: "next", "react" and "next-auth". Please also mention your OS and Node.js version, as well as the browser you are using.
9494
validations:

.github/ISSUE_TEMPLATE/3_bug_adapter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
Run this command in your project's root folder and paste the result:
4545
4646
```sh
47-
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth" && npx envinfo --npmPackages "@next-auth/*"
47+
npx envinfo --system --binaries --browsers --npmPackages "next,react,next-auth,@auth/*" && npx envinfo --npmPackages "@next-auth/*"
4848
```
4949
Alternatively, if the above command did not work, we need the version of the following packages from your package.json: "next", "react", "next-auth" and your adapter. Please also mention your OS and Node.js version, as well as the browser you are using.
5050
validations:

0 commit comments

Comments
 (0)