Jordan Harband
|
2214cb7ad7
|
[Breaking] cache previously downloaded artifacts for source installs
- `nvm uninstall` no longer removes source artifacts
|
2016-09-02 23:43:46 -07:00 |
|
Jordan Harband
|
ba3ad8e460
|
[Breaking] cache previously downloaded artifacts for binaries
- consolidate `nvm_install_merged_node_binary` with `nvm_install_node_binary`
- add `nvm_get_download_slug`, `nvm_download_artifact`
- `nvm uninstall` no longer removes artifacts
|
2016-09-02 23:43:45 -07:00 |
|
Jordan Harband
|
eba50de75e
|
Add nvm_compare_checksum , nvm_compute_checksum , and nvm_get_checksum
|
2016-09-02 23:43:45 -07:00 |
|
Jordan Harband
|
c9b7ccdaea
|
Run node and io.js installation test suites separately.
|
2016-05-08 22:21:33 -07:00 |
|
Jordan Harband
|
d000624489
|
Merge pull request #1114 from brajpanda/patch-1
[Docs] Slightly elaborated the instruction for manual install
|
2016-06-19 22:26:58 -07:00 |
|
Jordan Harband
|
36b1ea9236
|
[Fix] do not print help text on sourcing when an empty .nvmrc file is found.
Fixes #1113.
|
2016-06-14 09:57:37 -07:00 |
|
Jordan Harband
|
45ae48df2d
|
[Fix] nvm install -s : when “core id” doesn’t appear in /proc/cpuinfo, fall back to counting “processor” lines.
Fixes #1115.
|
2016-06-13 08:41:17 -07:00 |
|
Braj
|
d50272040d
|
Slightly elaborated the instruction for manual install
|
2016-06-11 17:56:11 +05:30 |
|
ra100
|
b6481583af
|
On aarch64 use arm64 packages
|
2016-06-10 08:00:51 +02:00 |
|
Jordan Harband
|
03cf6950ce
|
[shellcheck] remove use of expr
|
2016-06-06 17:55:06 -07:00 |
|
Jordan Harband
|
20c551c608
|
Merge pull request #1106 from neilstuartcraig/patch-1
[Docs] Add info WRT installing on Alpine Linux / Busybox
|
2016-06-03 13:57:50 -07:00 |
|
chriskohlbrenner
|
9327e49ab5
|
[docs] replace "simple" with "simply", revise to consistent colon usage
|
2016-06-01 14:20:57 -04:00 |
|
Neil Craig
|
337ddbac16
|
Lowercase NVM
Lowercase NPM
Ref @mhart
Add information WRT installling on Alpine Linux
|
2016-06-01 13:35:41 +01:00 |
|
Jordan Harband
|
251a2f3409
|
[Fix] ensure uname is unaliased.
Closes #1105
|
2016-05-30 21:50:30 -07:00 |
|
Jordan Harband
|
859be3f6a1
|
nvm run : add --lts /--lts=argon support
|
2016-05-04 00:29:37 -07:00 |
|
Jordan Harband
|
45627d0a40
|
nvm exec : add --lts /--lts=argon support.
|
2016-05-03 23:18:44 -07:00 |
|
Jordan Harband
|
d1e51f361c
|
nvm use : Add --lts /--lts=argon support
|
2016-05-01 23:41:39 -07:00 |
|
Jordan Harband
|
bf683272ea
|
nvm alias : colorize LTS aliases.
|
2016-04-30 12:50:59 -07:00 |
|
Jordan Harband
|
c83664960e
|
Automatically create LTS aliases every time we talk to nodejs.org/dist
|
2016-04-27 15:20:22 -07:00 |
|
Jordan Harband
|
17c9bef4aa
|
nvm alias : add lts/ support.
|
2016-04-26 23:07:22 -07:00 |
|
Jordan Harband
|
9bd743e0be
|
nvm install : Add support for --lts and --lts=argon
|
2016-04-25 00:44:24 -07:00 |
|
Jordan Harband
|
44f4817f7d
|
Prevent attempts to nvm install --lts
|
2016-04-25 00:44:24 -07:00 |
|
Jordan Harband
|
4699657e98
|
Add --lts=argon etc, so the LTS line can be targeted.
|
2016-04-25 00:55:35 -07:00 |
|
Jordan Harband
|
1d908d8256
|
Add --lts support to nvm version-remote
|
2016-04-24 16:26:32 -07:00 |
|
Jordan Harband
|
584bdd8ba3
|
Print the LTS version on all versions with that info, but put the non-latest in gray.
|
2016-04-24 10:55:30 -07:00 |
|
Jordan Harband
|
ae07c3c345
|
Add support for nvm ls-remote --lts
|
2016-04-23 23:47:25 -07:00 |
|
Jordan Harband
|
cb326cb19d
|
For now, keep the grep to do proper filtering
|
2016-04-22 10:25:47 -07:00 |
|
Jordan Harband
|
01c8b04fd5
|
Format LTS version when present.
|
2016-04-18 00:42:56 -07:00 |
|
Jordan Harband
|
865d2fe3d6
|
Include LTS version in nvm_ls_remote output.
|
2016-04-17 23:39:27 -07:00 |
|
Jordan Harband
|
9d8841a46c
|
Ensure only the version string is printed out in relevant places.
|
2016-04-18 01:00:55 -07:00 |
|
Jordan Harband
|
a539cba11e
|
v0.25.3
|
2015-05-22 15:18:46 -07:00 |
|
Jordan Harband
|
472ba5fc46
|
Make sure sourcing nvm.sh on shells that don't support source options doesn't exit nonzero.
Fixes #721
|
2015-05-22 00:15:43 -07:00 |
|
Jordan Harband
|
96c96ec714
|
v0.25.2
|
2015-05-19 14:05:43 -07:00 |
|
Jordan Harband
|
475b8bd6b4
|
Update semver
|
2015-05-17 21:12:03 -07:00 |
|
Jordan Harband
|
5e805905ca
|
Add undocumented nvm debug to print out helpful debugging info.
|
2015-05-14 14:56:26 -07:00 |
|
Jordan Harband
|
2dec01da9c
|
nvm reinstall-packages: On systems where npm ls -g --depth=0 does not include npm for some reason, make sure to filter out (empty) .
|
2015-05-08 14:24:51 -07:00 |
|
Jordan Harband
|
63672641a5
|
Add wrapping curly braces to ensure that the entire scripts are downloaded.
If the closing curly brace isn't present, the script will error out.
|
2015-05-11 01:46:18 -07:00 |
|
Jordan Harband
|
94bba31de3
|
Make sure that nvm reinstall-packages system has the right std output.
|
2015-05-08 14:15:42 -07:00 |
|
Jordan Harband
|
f70530ef18
|
Fix installation instructions.
|
2015-05-07 10:43:47 -07:00 |
|
Jordan Harband
|
ec33e8b720
|
v0.25.1
|
2015-05-03 15:31:54 -07:00 |
|
Jordan Harband
|
a4f89c6223
|
Make sure to ignore ~/.curlrc if it exists.
|
2015-05-01 02:00:49 -07:00 |
|
Jordan Harband
|
517817f1a3
|
Actually try to install from source when the error message says "binary failed, trying source".
|
2015-04-27 14:02:45 -07:00 |
|
Jordan Harband
|
a6f5eff0f3
|
Use uname -m instead of uname -a .
Fixes #744.
|
2015-04-28 22:56:43 -07:00 |
|
Jordan Harband
|
0aac462b15
|
Improve the error message when the binary tarball URL 404s.
Fixes #743
|
2015-04-27 13:48:22 -07:00 |
|
Jordan Harband
|
bb2fe618cb
|
The install script only runs in bash.
|
2015-04-27 16:55:21 -07:00 |
|
Jordan Harband
|
eb5cecc970
|
v0.25.0
|
2015-04-26 12:58:05 -07:00 |
|
Jordan Harband
|
36f933984d
|
Remove trailing whitespace.
|
2015-04-25 11:21:33 -07:00 |
|
Jordan Harband
|
54d2d70048
|
Merge pull request #742 from sjasperse/bugfix/rasp-pi-2-arch-detect
adding architecture detection for Raspberry Pi 2
|
2015-04-26 00:04:00 -07:00 |
|
Scott Jasperse
|
e1009149c9
|
adding architecture detection for Raspberry Pi 2
|
2015-04-25 19:10:02 -04:00 |
|
Jordan Harband
|
153ee6887e
|
Merge pull request #741 from phillipsj/master
Adding .gitattributes to force unix line endings.
Fixes #728
|
2015-04-25 10:58:52 -07:00 |
|