Corey Butler
2e183a1a6c
Update README.md
2016-11-03 15:07:52 -05:00
antxgit
8a673b24b4
Better parsing of settings.
...
Replacing prefix only if is in head of line.
Tested using below
nvm proxy http://username:password@cchproxy:8080 & nvm proxy
nvm proxy username:password@cchproxy:8080 & nvm proxy
nvm proxy http://proxy:10080 & nvm proxy
nvm proxy http://proxy:proxy@proxy:10080 & nvm proxy
nvm proxy proxy:10080 & nvm proxy
concerning https://github.com/coreybutler/nvm-windows/issues/186
2016-10-27 10:31:58 -05:00
Corey Butler
f857545a0d
Merge pull request #143 from Josh68/patch-1
...
Update README.md
2016-10-27 10:30:16 -05:00
Corey Butler
fd7f7baf73
Merge pull request #218 from bblanchon/fix-swap-32-64
...
Fix "nvm use" swapping node32 and node64 even when not need (issue #134 )
2016-10-27 10:27:48 -05:00
MizardX
d85935f2e1
Fix 32-bit message
...
Show message when requesting a 64-bit version that is only installed as
32-bit. Mirroring what is shown when requesting a 32-bit version that is
only installed as 64-bit.
2016-10-27 10:26:51 -05:00
Benoit Blanchon
902c41c6e0
Fix "nvm use" swapping node32 and node64 even when not need
2016-10-27 14:23:37 +02:00
Corey Butler
a6cc90d9be
Update README.md
2016-09-10 11:42:15 -05:00
Corey Butler
102609cb42
Update README.md
2016-09-10 11:41:55 -05:00
Corey Butler
343a76e8a3
Update README.md
2016-09-10 11:41:34 -05:00
Corey Butler
f85cb2bdb0
Removed nvmw
...
Removed the link to nvmw project because it is no longer maintained.
2016-08-30 20:02:37 -05:00
Corey Butler
acc29e4073
Update ISSUE_TEMPLATE
2016-08-25 14:22:55 -05:00
Corey Butler
ce217b5a54
Update README.md
2016-08-16 11:24:40 -05:00
Corey Butler
cb093eff32
Update README.md
2016-08-16 11:24:22 -05:00
Corey Butler
32c17599f7
Update ISSUE_TEMPLATE
2016-08-12 10:57:33 -05:00
Corey Butler
9feb849fad
Update README.md
2016-08-02 18:42:54 -05:00
Corey Butler
ba9dec8899
Update ISSUE_TEMPLATE
2016-07-26 08:53:08 -05:00
Corey Butler
8bafa76475
Update README.md
2016-07-25 13:56:32 -05:00
Corey Butler
85719e8492
Update README.md
2016-07-24 18:00:47 -05:00
Corey Butler
500da21317
Merge pull request #192 from ReadmeCritic/master
...
Update README URLs based on HTTP redirects
2016-07-19 14:44:01 -05:00
ReadmeCritic
01baf937f2
Update README URLs based on HTTP redirects
2016-07-19 09:39:55 -07:00
Corey Butler
2c6ed843eb
Added support for vX.X.X and removed option to open prompt after install.
1.1.1
2016-07-01 20:03:55 -05:00
Corey Butler
7a4544317a
Cleaned up PR's, added formatting for ls, updated installer to 1.1.1
2016-07-01 19:34:56 -05:00
Corey Butler
19f8b22805
Merge branch 'master' of github.com:coreybutler/nvm-windows
2016-07-01 09:31:31 -05:00
Corey Butler
7eb8d6a10c
Updated for local build.
2016-07-01 09:31:22 -05:00
Corey Butler
cfdfc8262d
Update README.md
2016-06-30 08:02:49 -05:00
Corey Butler
a5053d2b1f
Remove ToLower()
...
Fixes #90 .
2016-06-04 15:49:28 -05:00
Corey Butler
5cc8b3a760
Merge pull request #174 from zckrs/patch-1
...
docs: update readme to install gulp-cli
2016-05-28 11:42:31 -05:00
Mehdy Dara
8cfb910091
docs: update readme to install gulp-cli
2016-05-28 15:07:28 +02:00
Corey Butler
0ee8d12bd0
Merge pull request #160 from lijie371/master
...
add node_mirror and npm_mirror
2016-05-11 09:45:43 -05:00
lijie371
5c8ace2e44
add npm/nodejs proxy support
2016-05-11 10:22:18 +08:00
Corey Butler
f35f2815f6
Merge pull request #165 from gwynjudd/fix-install
...
Installation instructions
2016-05-10 08:14:14 -05:00
Gwyn Judd
82199daf26
Installation instructions
...
Updated readme.md to make sure to remove the existing npm install location
2016-05-09 12:18:21 +12:00
Corey Butler
e0d437a6a0
Merge pull request #162 from fredericosilva/master
...
list available: show LTS and STABLE
2016-05-05 08:33:01 -05:00
Frederico Silva
d786051dd1
list available: show LTS and STABLE
...
load versions from https://nodejs.org/download/release/index.json
2016-04-24 12:31:03 +02:00
lijie371
0ed44309a3
add node_mirror and npm_mirror config
2016-04-07 19:40:53 +08:00
lijie371
39a1bea387
add node_mirror and npm_mirror config
2016-04-07 19:34:31 +08:00
Corey Butler
6edd36b4e2
Updated issues template.
2016-02-25 11:27:59 -06:00
Corey Butler
2a9c2b0aa5
Updated issues template.
2016-02-25 11:27:22 -06:00
Corey Butler
a7fc3da98e
Updated issues template.
2016-02-25 11:26:35 -06:00
Corey Butler
6886add96c
Added issues template.
2016-02-25 11:22:28 -06:00
Josh Schneider
6ede92f3d9
Update README.md
...
Add a note to make sure the user removes any remaining nodejs installation directories before trying to use nvm-windows. Even running node's uninstaller before installing nvm-windows does not guarantee that this directory will be completely removed, and an nvm-generated symlink will not overwrite an existing installation directory.
2016-01-28 15:51:03 -08:00
Corey Butler
05ea6f4369
Merge pull request #139 from mikesigs/master
...
Skip the "Run cmd.exe" option on silent install.
2016-01-22 15:16:17 -06:00
Mike
2b446d0ba3
Skip the "Run cmd.exe" option on silent install.
2016-01-22 13:37:00 -07:00
Corey Butler
d2ac5eaef3
Update README.md
2016-01-16 14:48:13 -06:00
Corey Butler
dec8202c5a
Update README.md
2016-01-16 14:47:35 -06:00
Corey Butler
80ba5adad9
Merge pull request #132 from bchr02/patch-1
...
Added a link to your Gitter page
2016-01-14 12:50:24 -06:00
Bill Christo
96874127c3
Add a link to your Gitter page
2016-01-14 13:41:01 -05:00
Corey Butler
46e5c31c55
Update README.md
2015-11-25 11:13:17 -06:00
Corey Butler
a0ce187f6e
Update README.md
2015-09-30 16:07:39 -05:00
Corey Butler
3bf238d63b
Update README.md
2015-09-30 16:06:31 -05:00