Commit Graph

198 Commits

Author SHA1 Message Date
Corey Butler
da507b56f5 Merge pull request #354 from tomisawk/fix-install-cmd
Fix install.cmd
2018-08-11 19:58:47 -05:00
Corey Butler
fd6e4e3065 Merge pull request #372 from leongjiameng/master
Updated README.md
2018-08-11 19:54:48 -05:00
Corey Butler
08fb700064 Merge pull request #355 from s-h-a-d-o-w/master
Fixes #41 - Issue with blank spaces in path
2018-08-11 18:54:00 -05:00
Corey Butler
be7f20a68d Merge branch 'master' into master 2018-08-11 18:53:17 -05:00
Corey Butler
943cae19c4 Fixed line endings 2018-08-11 18:32:30 -05:00
Corey Butler
93e5cdd241 Updated noinstall build, added gitattributes for standardization. 2018-08-11 18:28:00 -05:00
Corey Butler
438ac25701 Updated build process. Added code signing and MD5 checksums for distro files. 2018-08-08 00:49:24 -05:00
Andreas Opferkuch
ebdd4d986f Fixes #41 - Issue with blank spaces in path
Forgot some uses of exec.Command() outside of the "use" command.
2018-08-03 18:55:12 +02:00
Andreas Opferkuch
44a2e1ddbe Fixes #41 - Issue with blank spaces in path
exec.Command() can't handle spaces, even when quoted.
Command has to be modified using SysProcAttr.
See also:
https://github.com/golang/go/issues/15566

Plus: Minor refactoring - reordering of functions, more consistent capitalization, sorting of imports and whatnot.
2018-08-03 18:55:12 +02:00
Corey Butler
256d69427b Updated URLs to support npm >= 6.2.0. Applied several PR's. Bumped to v1.1.7 1.1.7 2018-08-01 23:45:30 -05:00
Corey Butler
476e11d117 Merge pull request #222 from kylewuolle/issue-214
wildcard major version to latest X.y..z
2018-08-01 23:07:41 -05:00
Corey Butler
2065cea06b Merge pull request #264 from Zougi/patch-1
silent setup
2018-08-01 23:05:45 -05:00
Corey Butler
d4da7263e9 Merge pull request #358 from narve/build-documentation
"Build from source"-documentation
2018-08-01 22:47:39 -05:00
Leong Jia Meng
9f725e57c9 Updated README.md
Typo corrected
2018-08-01 01:12:26 +08:00
Bardur Pihl
550d7ce863 Merge pull request #356 from s-h-a-d-o-w/patch-1
Fixes #252 - Need to manually remove folder on nvm uninstall
2018-07-10 09:45:40 +02:00
Narve Sætre
6bc6fa689c Update README.md 2018-05-25 15:46:35 +02:00
Narve Sætre
64040dde6b Update README.md 2018-05-25 15:45:59 +02:00
Narve Sætre
0a78e27b9d Update README.md 2018-05-25 15:43:13 +02:00
Andreas Opferkuch
50cef2e6ae Fixes #252 - Need to manually remove folder on nvm uninstall
File handle when checking the architecture of the node executable was left open.
2018-05-21 18:33:17 +02:00
tomisawk
238992a6f5 Avoid mixing user-environment PATH and system-environment PATH
%PATH% expands to the system plus the user variables,
so if user defined user-environment PATH, 'setx /M PATH "%PATH%;..."'
mixes user-environment PATH and system-environment PATH.
2018-05-16 22:56:29 +09:00
tomisawk
a175c5987a Set environment variables for current process
setx command doesn't affect current process, so use also 'set VAR=VALUE'
2018-05-16 22:42:15 +09:00
Bardur Pihl
24c57b88c1 Merge pull request #331 from jchitel/master
Added exponential backoff when moving npm installation directory
2018-04-16 23:24:37 +02:00
Corey Butler
fa4cfecb88 Merge pull request #341 from akost/patch-1
Fixed line breaks in README
2018-04-05 21:54:04 -05:00
Andrei K
fb59c34f25 Fixed line breaks in README
Fixed line breaks in README usage examples.
2018-02-21 22:23:46 -08:00
Jake Chitel
a9ed9fa895 removed extraneous time.Sleep() call 2018-01-19 12:58:16 -06:00
Jake Chitel
1b9d9aa058 Added exponential backoff for copying npm installation 2018-01-19 12:49:27 -06:00
Corey Butler
705e3f4b27 Merge pull request #306 from TomasHubelbauer/patch-1
Add a note about no support for .nvmrc directly where people will be looking for it
2017-09-27 11:28:22 -05:00
Tomáš Hübelbauer
b28f11c363 Fix command name 2017-09-27 11:09:32 +02:00
Tomáš Hübelbauer
225b4ff3d5 Add a note about no support for .nvmrc directly where people will be looking for it 2017-09-27 11:09:00 +02:00
Corey Butler
3a0504c04c Update README.md 2017-09-09 15:33:19 -05:00
Corey Butler
aa44d51be9 Update README.md 2017-07-29 13:22:33 -05:00
Corey Butler
f533cfa81b Merge branch 'master' of github.com:coreybutler/nvm-windows 2017-07-21 00:10:46 -05:00
Corey Butler
ce756027a8 Added npx support. Closes #288 2017-07-21 00:09:54 -05:00
Corey Butler
34d7f6f09b Update CONTRIBUTING.md 2017-07-17 09:52:39 -05:00
Corey Butler
3eab843a96 Update ISSUE_TEMPLATE 2017-07-17 09:50:23 -05:00
Corey Butler
c6c5d2abc1 Clean symlinks 1.1.6 2017-07-15 13:30:17 -05:00
Corey Butler
58d157c2d8 Use filepath.join to escape whitespace 2017-07-15 10:19:01 -05:00
Corey Butler
506a57d42e filepath changes to resolve escaping issues. 2017-06-01 10:08:47 -05:00
Corey Butler
af79f5c207 Sort the output of installed versions using new semver library. Fixes #262. 2017-05-31 09:53:52 -05:00
Corey Butler
472411ed65 Replaced semver and updated logic to support newer node versioning logic. Closes #276 1.1.5 2017-05-31 08:40:50 -05:00
Corey Butler
63828304cb Fixes issue #268. 1.1.4 2017-05-10 18:14:55 -05:00
Corey Butler
5b70c75b0a Merge pull request #269 from Graren/master
#268 Fixed comparison in exceeds latest
2017-05-10 17:09:54 -05:00
Graren
e0fe490393 Fixed comparison in exceeds latest
Tiny fix, I'm sure it can be beautified or refactored
2017-05-10 16:14:06 -04:00
Zougi
40d90632d3 silent setup
- silent install without prompt as it's expected when we install nvm-windows from a script
- silent uninstall
- fix a warning (Warning: Line 80, Column 10: [Hint] Variable 'Result' never used)
2017-05-04 14:45:05 +02:00
=D
2f27f4ff66 silent setup
- silent install without prompt as it's expected when we install nvm-windows from a script
- silent uninstall
- fix a warning (Warning: Line 80, Column 10: [Hint] Variable 'Result' never used)
2017-05-04 14:18:21 +02:00
Corey Butler
496971ad21 Merge pull request #261 from bennyn/patch-1
Fixed Gitter badge rendering
2017-04-20 01:13:51 -05:00
Benny Neugebauer
973e25e6b6 Fixed Gitter badge rendering 2017-04-19 17:15:26 +02:00
Corey Butler
4a73ca62ae Update README.md 2017-04-03 16:37:16 -05:00
Corey Butler
97a8c66353 Update README.md 2017-04-03 16:36:37 -05:00
Corey Butler
cdc1b38774 Merge pull request #257 from clmcgrath/master
Added sha256 checksum generation to build.bat
2017-03-23 13:34:45 -05:00