Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjingboy committed Oct 8, 2018
1 parent 09228c9 commit 0e146e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.0 October 08, 2018

* Upgrade the install logic
* Fix the uninstall error

## 0.2.1 November 08, 2016
* Replace windows x64 download path with win-x64
* Add `NVM_NODEJS_ORG_MIRROR` env support
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
NVMW
nvmw
====

This is a simple Node Version Manager for Windows

[![npm](https://img.shields.io/npm/v/nvmw.svg?style=plastic)](https://npmjs.org/package/nvmw) [![npm](https://img.shields.io/npm/dm/nvmw.svg?style=plastic)](https://npmjs.org/package/nvmw) [![npm](https://img.shields.io/npm/dt/nvmw.svg?style=plastic)](https://npmjs.org/package/nvmw)

## Installation

```shell
Expand Down Expand Up @@ -34,16 +36,16 @@ nvmw -h

Examples:

nvmw install v0.10.20
nvmw uninstall v0.10.20
nvmw use v0.10.20
nvmw install v8.12.0
nvmw uninstall v8.12.0
nvmw use v8.12.0
```

## Notes
* It doesn't work in Windows Powershell
* The latest version for npm is 1.4.12
* You should install a system version Node with Windows installer
* Node versions will be installed on the path X:\Users\<yourUserName>\AppData\Roaming\nvm\

* It only works in Windows CMD.
* This tool can't install the Node which version below v4.5.0.
* You should install a system version Node with [Windows installer](https://nodejs.org/en/download/).

## License
[MIT](http://www.opensource.org/licenses/MIT)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nvmw",
"description": "Node version manager for Windows",
"version": "0.2.1",
"version": "1.0.0",
"author": "Tom.Huang <[email protected]>",
"dependencies": {
"async": "*",
Expand Down

0 comments on commit 0e146e5

Please sign in to comment.