Update bug_report.yml

This commit is contained in:
Corey Butler
2023-10-02 12:25:44 -05:00
committed by GitHub
parent 511644513b
commit d7c80b285b

View File

@@ -121,31 +121,31 @@ body:
The output of `nvm debug` looks like this The output of `nvm debug` looks like this
``` ```
<username> is not using admin or elevated rights. <username> is not using admin or elevated rights.
PowerShell PowerShell
Windows Developer Mode: UNKNOWN (user cannot read registry) Windows Developer Mode: UNKNOWN (user cannot read registry)
NVM4W Version: 1.1.11 NVM4W Version: 1.1.11
NVM4W Path: C:\Users\username\AppData\Roaming\nvm\nvm.exe NVM4W Path: C:\Users\username\AppData\Roaming\nvm\nvm.exe
NVM4W Settings: C:\Users\username\AppData\Roaming\nvm\settings.txt NVM4W Settings: C:\Users\username\AppData\Roaming\nvm\settings.txt
NVM_HOME: C:\Users\uername\AppData\Roaming\nvm NVM_HOME: C:\Users\uername\AppData\Roaming\nvm
NVM_SYMLINK: C:\Program Files\nodejs NVM_SYMLINK: C:\Program Files\nodejs
Node Installations: C:\Users\username\AppData\Roaming\nvm Node Installations: C:\Users\username\AppData\Roaming\nvm
Active Node.js Version: v20.7.0 Active Node.js Version: v20.7.0
No problems detected. No problems detected.
Find help at https://github.com/coreybutler/nvm-windows/wiki/Common-Issues Find help at https://github.com/coreybutler/nvm-windows/wiki/Common-Issues
``` ```
If you only see the standard help menu (as shown below), then you are probably running v1.1.10 or below. Upgrade to NVM4W 1.1.11+. If you only see the standard help menu (as shown below), then you are probably running v1.1.10 or below. Upgrade to NVM4W 1.1.11+.
```sh ```sh
Running version 1.1.11. Running version 1.1.11.
Usage: Usage:
nvm arch : Show if node is running in 32 or 64 bit mode. nvm arch : Show if node is running in 32 or 64 bit mode.
nvm current : Display active version. nvm current : Display active version.
@@ -157,7 +157,7 @@ Usage:
nvm list [available] : List the node.js installations. Type "available" at the end to see what can be installed. Aliased as ls. nvm list [available] : List the node.js installations. Type "available" at the end to see what can be installed. Aliased as ls.
nvm on : Enable node.js version management. nvm on : Enable node.js version management.
nvm off : Disable node.js version management. nvm off : Disable node.js version management.
``` ```
render: Shell render: Shell
validations: validations:
required: true required: true