Commit Graph

  • b4151e1446 Source the nvm.sh file Ionică Bizău 2015-06-30 09:47:55 +03:00
  • f2d31b0458 Some refactoring to clear up the path to io.js release candidate support. Jordan Harband 2015-07-03 21:10:12 -07:00
  • 0b41352210 Factor out global installs/links into nvm_npm_global_modules function. Jordan Harband 2015-07-02 23:47:29 -07:00
  • be5e8de0c8 Fix nvm reinstall-packages for linked packages, broken in 7bce6c6c68 Jordan Harband 2015-07-02 22:45:11 -07:00
  • 3ef937a64e Make nvm_ensure_version_installed slightly more efficient. Jordan Harband 2015-06-28 18:15:15 -07:00
  • a21b2e6962 Refactor this nvm use case statement out into an nvm_match_version function. Jordan Harband 2015-06-28 18:08:38 -07:00
  • cc090f4476 Speed up nvm_print_npm_version. Jordan Harband 2015-06-28 16:23:12 -07:00
  • c31b072145 Fix nvm debug output in zsh. Jordan Harband 2015-06-28 17:19:15 -07:00
  • 7bce6c6c68 nvm reinstall-packages should install the same version it had before. Jordan Harband 2015-06-29 00:04:59 -07:00
  • fb2f1ac627 Merge pull request #778 from williamboman/chore/rewording Jordan Harband 2015-07-02 12:44:37 -07:00
  • bc3840b6f3 nvm.sh: s/copying/reinstalling/ William Boman 2015-07-02 21:21:51 +02:00
  • 6b8fd19d76 Merge pull request #766 from lukechilds/master Jordan Harband 2015-06-18 13:42:48 -07:00
  • c1ef31df53 Remove unnecessary nvm use lukechilds 2015-06-13 19:38:28 +01:00
  • 3b67b3b9bb Use node instead of nvm run and check v8_use_snapshot in node rather than shell lukechilds 2015-06-13 18:52:54 +01:00
  • 83466446ce Added newline to end of ARM test lukechilds 2015-06-13 16:10:49 +01:00
  • 3214caa4ec Adding installation test for disabling V8 snapshot on ARM lukechilds 2015-06-13 15:58:27 +01:00
  • 67f2ee82ca POSIX compatibility lukechilds 2015-06-13 10:13:15 +01:00
  • 1f13f15620 Add --without-snapshot configure flag to ARM devices lukechilds 2015-06-12 23:36:02 +01:00
  • fe044c5e3b spawn-sync now dedupes to the top level with this group of packages. Jordan Harband 2015-06-07 01:10:55 -07:00
  • 3cfa1ed4e1 Remove $NVM_IOJS_ORG_VERSION_LISTING env var. Jordan Harband 2015-06-06 22:39:03 -07:00
  • d78722b284 v0.25.4 v0.25.4 Jordan Harband 2015-05-29 11:11:40 -07:00
  • 4c475b2767 Use the original ls instead of aliases. Jordan Harband 2015-05-29 11:09:08 -07:00
  • 00f3ba0831 v0.24.2 v0.24.2 Jordan Harband 2015-05-22 15:20:49 -07:00
  • 0f1efc825e Make sure sourcing nvm.sh on shells that don't support source options doesn't exit nonzero. Jordan Harband 2015-05-22 00:15:43 -07:00
  • a539cba11e v0.25.3 v0.25.3 Jordan Harband 2015-05-22 15:18:46 -07:00
  • 472ba5fc46 Make sure sourcing nvm.sh on shells that don't support source options doesn't exit nonzero. Jordan Harband 2015-05-22 00:15:43 -07:00
  • 96c96ec714 v0.25.2 v0.25.2 Jordan Harband 2015-05-19 14:05:43 -07:00
  • 475b8bd6b4 Update semver Jordan Harband 2015-05-17 21:12:03 -07:00
  • 5e805905ca Add undocumented nvm debug to print out helpful debugging info. Jordan Harband 2015-05-14 14:56:26 -07:00
  • 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). Jordan Harband 2015-05-08 14:24:51 -07:00
  • 63672641a5 Add wrapping curly braces to ensure that the entire scripts are downloaded. Jordan Harband 2015-05-11 01:46:18 -07:00
  • 94bba31de3 Make sure that nvm reinstall-packages system has the right std output. Jordan Harband 2015-05-08 14:15:42 -07:00
  • f70530ef18 Fix installation instructions. Jordan Harband 2015-05-07 10:43:47 -07:00
  • ec33e8b720 v0.25.1 v0.25.1 Jordan Harband 2015-05-03 15:31:54 -07:00
  • a4f89c6223 Make sure to ignore ~/.curlrc if it exists. Jordan Harband 2015-05-01 02:00:49 -07:00
  • 517817f1a3 Actually try to install from source when the error message says "binary failed, trying source". Jordan Harband 2015-04-27 14:02:45 -07:00
  • a6f5eff0f3 Use uname -m instead of uname -a. Jordan Harband 2015-04-28 22:56:43 -07:00
  • 0aac462b15 Improve the error message when the binary tarball URL 404s. Jordan Harband 2015-04-27 13:48:22 -07:00
  • bb2fe618cb The install script only runs in bash. Jordan Harband 2015-04-27 16:55:21 -07:00
  • eb5cecc970 v0.25.0 v0.25.0 Jordan Harband 2015-04-26 12:58:05 -07:00
  • 36f933984d Remove trailing whitespace. Jordan Harband 2015-04-25 11:21:33 -07:00
  • 54d2d70048 Merge pull request #742 from sjasperse/bugfix/rasp-pi-2-arch-detect Jordan Harband 2015-04-26 00:04:00 -07:00
  • e1009149c9 adding architecture detection for Raspberry Pi 2 Scott Jasperse 2015-04-25 19:10:02 -04:00
  • 153ee6887e Merge pull request #741 from phillipsj/master Jordan Harband 2015-04-25 10:58:52 -07:00
  • 295f2b7db4 Adding .gitattributes to force unix line endings. Jamie Phillips 2015-04-25 10:35:22 -04:00
  • 356ac7a697 install.sh: Ensure that the --quiet option is available before trying to use it. Jordan Harband 2015-04-22 00:40:27 -07:00
  • 64c88ce62e Merge pull request #735 from madarche/fix-doc Jordan Harband 2015-04-19 10:32:48 -07:00
  • 4612d8d827 Remove source bashism Marc-Aurèle DARCHE 2015-04-19 16:25:34 +02:00
  • 6644f33a77 Update semver, use ^ instead of ~ Jordan Harband 2015-04-17 00:24:44 -07:00
  • cbf0f12aac Create nvm_print_npm_version and use that when printing the npm version. Jordan Harband 2015-04-12 10:59:17 -07:00
  • de93dc46d0 Merge pull request #726 from SeeThruHead/master Jordan Harband 2015-04-13 13:58:53 -07:00
  • 7ea15a7618 Added compatibility issues section Shane Keulen 2015-04-13 16:20:22 -04:00
  • 6a114eddcc Merge pull request #722 from ajcrites/list-npm-version Jordan Harband 2015-04-12 10:53:37 -07:00
  • e4149c380b Only print npm version if it exists Andrew Crites 2015-04-09 02:31:57 -04:00
  • caa69bc500 npm version: shell compatibility, test update Andrew Crites 2015-04-09 02:12:35 -04:00
  • e01bcb740b Include npm version when displaying results of switch. Andrew Crites 2015-04-09 01:20:51 -04:00
  • 276d55c912 Merge pull request #718 from joliss/performance Jordan Harband 2015-04-06 21:06:46 -07:00
  • 0dc177bf9c Consolidate and avoid sed/cut calls, clean up pattern matches Jo Liss 2015-04-06 17:51:34 +00:00
  • c34502ebc2 nvm_num_version_groups should report 0 when given just a v or a . Jordan Harband 2015-04-06 11:10:43 -07:00
  • 3d764e6833 Add nvm_ensure_default_set Jordan Harband 2015-04-05 16:49:29 -07:00
  • a26ef4f1be Consolidate reinstall-packages-from logic to one place nvm install Jordan Harband 2015-04-05 16:00:16 -07:00
  • d68f667464 When no arguments are passed to nvm run X, use nvm exec to open a REPL. Jordan Harband 2015-04-05 14:09:28 -07:00
  • c966204cd6 v0.24.1 v0.24.1 Jordan Harband 2015-04-05 12:55:17 -07:00
  • d72b35b7b8 Remove external calls to sed using parameter filtering. Jordan Harband 2015-04-05 01:26:10 -07:00
  • d50a0f46e9 Avoid some external calls by using case statements. Jordan Harband 2015-04-04 14:29:55 -07:00
  • 82393f5b36 Making sure this test passes whether a system node is installed or not. Jordan Harband 2015-04-04 23:49:43 -07:00
  • a1a8e5a51b Clean up logic a bit. Jordan Harband 2015-04-04 14:53:38 -07:00
  • 108f630732 Cache the nvm_node_prefix call. Jordan Harband 2015-04-04 14:31:56 -07:00
  • 96e73825bd Consolidate faster default alias lookup, and use that explicit version to avoid a second default alias lookup in nvm use default. Jordan Harband 2015-04-04 13:46:28 -07:00
  • 9fc20bb14b Merge pull request #710 from joliss/sed Jordan Harband 2015-04-02 17:00:20 -07:00
  • 3401d15a18 Merge pull request #705 from joliss/performance Jordan Harband 2015-04-02 16:59:38 -07:00
  • 394e8505d9 Combine sed and grep commands Jo Liss 2015-04-02 16:58:31 +00:00
  • fc86834e29 Add comment re nvm_ensure_version_installed performance Jo Liss 2015-03-27 03:17:42 +00:00
  • 609d9ee4ea Improve startup performance. Closes #703 Jo Liss 2015-03-27 03:15:11 +00:00
  • 70370a857f No more need for sudo to install ksh and zsh. Jordan Harband 2015-03-19 11:05:31 -07:00
  • 65a986c633 Merge pull request #693 from hax/reinstall-links Jordan Harband 2015-03-18 22:22:23 -07:00
  • 3cc5d6af67 Merge pull request #694 from pfac/pfac-fix-source-nvm-sh-error-message Jordan Harband 2015-03-18 10:05:22 -07:00
  • 999c4111c1 Supresses error message on checking source options Pedro Costa 2015-03-18 10:21:11 +00:00
  • 3d69cf7437 update testcase HE Shi-Jun 2015-03-17 14:46:41 +08:00
  • 207521d54b support npm link HE Shi-Jun 2015-03-17 14:19:32 +08:00
  • 7750253bca Merge pull request #690 from hax/patch-1 Jordan Harband 2015-03-16 03:10:50 -07:00
  • 14b23bfa95 fix reinstall-packages test HE Shi-Jun 2015-03-15 06:08:14 +08:00
  • bf7bd3e793 Only filter the package npm, not any package name contains 'npm' HE Shi-Jun 2015-03-11 18:12:01 +08:00
  • 2b63f37f8d Make nvm_resolve_local_alias not return N/A - that should be done as shallowly as possible. Jordan Harband 2015-03-14 10:55:31 -07:00
  • 230b479648 Making help error output actually output to stderr consistently. Jordan Harband 2015-03-14 10:34:52 -07:00
  • 5802ac3ea7 v0.24.0 v0.24.0 Jordan Harband 2015-03-05 21:35:37 -08:00
  • b18126cb15 Merge pull request #686 from jarrettchisholm/master Jordan Harband 2015-03-05 16:53:39 -08:00
  • c16919becd - fixed return code of 1 when updating from git Jarrett Chisholm 2015-03-05 18:21:46 -05:00
  • 8ae7a37d43 Fix bare nvm use when nvm_ls_current is "none". Jordan Harband 2015-03-03 11:29:15 -08:00
  • ceb66d1356 Merge pull request #680 from sayanee/armv6l-armv7l-support Jordan Harband 2015-03-01 22:57:21 -08:00
  • 16a730f4cc amend all variables nvm_arch to capitalise Sayanee 2015-03-02 12:28:21 +08:00
  • f8064b259d fix: if case and capitalising variable Sayanee 2015-03-02 12:19:34 +08:00
  • f8ee25ab5b fix: local declaration of ksh compatibility Sayanee 2015-03-02 01:04:29 +08:00
  • fb48129cd4 add support for node builds for armv6l named as arm-pi Sayanee 2015-02-28 14:48:38 +08:00
  • 9e154b159e fix: download url for iojs armv6l and armv7l. #678 #227 Sayanee 2015-02-27 09:49:45 +08:00
  • fb853614a7 Use nvm_ensure_version_installed to consistently check if a version is installed. Jordan Harband 2015-02-21 20:03:28 -08:00
  • 0d9329435c Create nvm_ensure_version_installed Jordan Harband 2015-02-21 20:03:06 -08:00
  • a0d04d0b6b Preventing an unalias error in tests. Jordan Harband 2015-02-22 02:16:55 -08:00
  • 6c1a310846 Fix nvm_resolve_alias default from 7d22e0c458 Jordan Harband 2015-02-22 00:42:20 -08:00
  • 758141f41e Remove trailing whitespace Jordan Harband 2015-02-22 00:29:25 -08:00