From dac961f4fd20ad779feda14ce1497dfd2954c6bd Mon Sep 17 00:00:00 2001 From: sagexfors <47491562+sagexfors@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:22:35 +0800 Subject: [PATCH] Update README.md nvm check -> nvm debug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d19f477..73d4666 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ npm install -g yarn NVM for Windows is a command line tool. Simply type `nvm` in the console for help. The basic commands are: - **`nvm arch [32|64]`**: Show if node is running in 32 or 64 bit mode. Specify 32 or 64 to override the default architecture. -- **`nvm check`**: Check the NVM4W process for known problems. +- **`nvm debug`**: Check the NVM4W process for known problems. - **`nvm current`**: Display active version. - **`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 show a list of versions available for download.