提交 82199daf 编写于 作者: G Gwyn Judd

Installation instructions

Updated readme.md to make sure to remove the existing npm install location
上级 e0d437a6
...@@ -22,6 +22,13 @@ bleeding edge version without uninstalling the stable version of node, this util ...@@ -22,6 +22,13 @@ bleeding edge version without uninstalling the stable version of node, this util
It comes with an installer (and uninstaller), because getting it should be easy. Please note, you need to uninstall any existing versions of node.js before installing NVM for Windows. It comes with an installer (and uninstaller), because getting it should be easy. Please note, you need to uninstall any existing versions of node.js before installing NVM for Windows.
You should also delete the existing npm install location (e.g. "C:\Users\<user>\AppData\Roaming\npm") so that the nvm install location will be correctly used instead. After install, reinstalling global utilities (e.g. gulp) will have to be done for each installed version of node:
`nvm use 4.4.0`
`npm install gulp -g`
`nvm use 0.10.33`
`npm install gulp -g`
[Download the latest installer from the releases](https://github.com/coreybutler/nvm/releases). [Download the latest installer from the releases](https://github.com/coreybutler/nvm/releases).
![NVM for Windows Installer](http://coreybutler.github.io/nvm-windows/images/installer.jpg) ![NVM for Windows Installer](http://coreybutler.github.io/nvm-windows/images/installer.jpg)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册