Skip to content

Commit

Permalink
Merge branch 'master' of github.com:coreybutler/nvm-windows
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Feb 22, 2017
2 parents 37c72c7 + 3edb3fe commit 8aa7f69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ NVM for Windows comes with an installer, courtesy of a byproduct of my work on [

Overall, this project brings together some ideas, a few battle-hardened pieces of other modules, and support for newer versions of node.

I also wrote a simple [data feed](https://github.com/coreybutler/nodedistro) containing a list of node.js versions and their associated npm version.
This is how NVM for Windows recognizes the "latest" stable version. It's free for anyone to use.
NVM for Windows recognizes the "latest" versions using a [list](https://nodejs.org/download/release/index.json) provided by the Node project. Version 1.1.1+ use this list. Before this list existed, I was scraping releases and serving it as a standalone [data feed](https://github.com/coreybutler/nodedistro). This list was used in versions 1.1.0 and prior, but is now deprecated.

## Motivation

Expand Down

1 comment on commit 8aa7f69

@konraddobson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems as though this is not a complete version? Had to install v1.1.1 first for it to work.

Please sign in to comment.