You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<divalign="center"><h2>Notice: We are working full time on <ahref="https://github.com/coreybutler/nvm-windows/wiki/Runtime">Runtime</a>, the successor to NVM for Windows.</h2>Complete <ahref="https://t.co/oGqQCM9FPx">this form</a> to provide your thoughts and sign up for progress updates</div>
1
+
<divalign="center"><h2>Notice: We are working full time work on <ahref="https://github.com/coreybutler/nvm-windows/wiki/Runtime">Runtime</a>, the successor to NVM for Windows.</h2>Complete <ahref="https://t.co/oGqQCM9FPx">this form</a> to provide your thoughts and sign up for progress updates.<br/><br/>Updates will also be posted on the <Ahref="https://linkedin.com/company/authorsoftware">Author Software LinkedIn Page</a>.</div>
2
2
<br/><br/>
3
3
<h1align="center">NVM for Windows</h1>
4
4
@@ -20,8 +20,7 @@ _The original [nvm](https://github.com/nvm-sh/nvm) is a completely separate proj
@@ -59,7 +58,7 @@ Manage multiple installations of node.js on a Windows computer.
59
58
60
59
**tl;dr** Similar (not identical) to [nvm](https://github.com/creationix/nvm), but for Windows. Has an installer. [Download Now](https://github.com/coreybutler/nvm-windows/releases)!
61
60
62
-
This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. Node 4+ is supported. Remember when running `nvm install` or `nvm use`, Windows usually requires administrative rights (to create symlinks).
61
+
This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. Node 4+ is supported. Remember when running `nvm install` or `nvm use`, Windows usually requires administrative rights (to create symlinks). To install the latest version of Node.js, run `nvm install latest`. To install the latest stable version, run `nvm install lts`.
63
62
64
63

65
64
@@ -121,7 +120,7 @@ npm install -g yarn
121
120
NVM for Windows is a command line tool. Simply type `nvm` in the console for help. The basic commands are:
122
121
123
122
-**`nvm arch [32|64]`**: Show if node is running in 32 or 64 bit mode. Specify 32 or 64 to override the default architecture.
124
-
-**`nvm check`**: Check the NVM4W process for known problems.
123
+
-**`nvm debug`**: Check the NVM4W process for known problems.
125
124
-**`nvm current`**: Display active version.
126
125
-**`nvm install <version> [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.
127
126
-**`nvm list [available]`**: List the node.js installations. Type `available` at the end to show a list of versions available for download.
0 commit comments