From d7c80b285b5b658b8eef6092f7dddfa7d2663417 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 2 Oct 2023 12:25:44 -0500 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 64 +++++++++++++-------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ee986564..a4acbf38 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -121,43 +121,43 @@ body: The output of `nvm debug` looks like this ``` - is not using admin or elevated rights. - -PowerShell -Windows Developer Mode: UNKNOWN (user cannot read registry) - -NVM4W Version: 1.1.11 -NVM4W Path: C:\Users\username\AppData\Roaming\nvm\nvm.exe -NVM4W Settings: C:\Users\username\AppData\Roaming\nvm\settings.txt -NVM_HOME: C:\Users\uername\AppData\Roaming\nvm -NVM_SYMLINK: C:\Program Files\nodejs -Node Installations: C:\Users\username\AppData\Roaming\nvm - -Active Node.js Version: v20.7.0 - -No problems detected. - -Find help at https://github.com/coreybutler/nvm-windows/wiki/Common-Issues + is not using admin or elevated rights. + + PowerShell + Windows Developer Mode: UNKNOWN (user cannot read registry) + + NVM4W Version: 1.1.11 + NVM4W Path: C:\Users\username\AppData\Roaming\nvm\nvm.exe + NVM4W Settings: C:\Users\username\AppData\Roaming\nvm\settings.txt + NVM_HOME: C:\Users\uername\AppData\Roaming\nvm + NVM_SYMLINK: C:\Program Files\nodejs + Node Installations: C:\Users\username\AppData\Roaming\nvm + + Active Node.js Version: v20.7.0 + + No problems detected. + + 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+. ```sh -Running version 1.1.11. - -Usage: - - nvm arch : Show if node is running in 32 or 64 bit mode. - nvm current : Display active version. - nvm debug : Check the NVM4W process for known problems (troubleshooter). - nvm install [arch] : The version can be a specific version, "latest" for the latest current version, or "lts" for the - most recent LTS version. Optionally specify whether to install the 32 or 64 bit version (defaults - to system arch). Set [arch] to "all" to install 32 AND 64 bit versions. - Add --insecure to the end of this command to bypass SSL validation of the remote download server. - 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 off : Disable node.js version management. -``` + Running version 1.1.11. + + Usage: + + nvm arch : Show if node is running in 32 or 64 bit mode. + nvm current : Display active version. + nvm debug : Check the NVM4W process for known problems (troubleshooter). + nvm install [arch] : The version can be a specific version, "latest" for the latest current version, or "lts" for the + most recent LTS version. Optionally specify whether to install the 32 or 64 bit version (defaults + to system arch). Set [arch] to "all" to install 32 AND 64 bit versions. + Add --insecure to the end of this command to bypass SSL validation of the remote download server. + 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 off : Disable node.js version management. + ``` render: Shell validations: required: true