Braydon Fuller
502196f653
Merge c0a794762a
into fa22d712ff
2017-03-08 02:02:40 +00:00
Jordan Harband
fa22d712ff
[Fix] ensure this variable is not unbound.
...
Fixes #1413 .
2017-03-06 09:35:58 -08:00
Jordan Harband
6669e91bd8
v0.33.1
2017-02-20 17:59:20 -08:00
John-David Dalton
7c271729ef
Enable working without tput.
2017-02-19 23:01:47 -08:00
Jordan Harband
b54e147442
[Fix] nvm unload
: run nvm deactivate
before unsetting everything.
...
Fixes #1399 .
2017-02-18 00:50:33 -08:00
Jordan Harband
e7e4a9b3d6
[Fix] unset NVM_RC_VERSION
env var immediately after it’s no longer needed.
...
Relates to #1399 .
2017-02-18 00:48:41 -08:00
Jordan Harband
49e446dac1
[debug] include mirrors in nvm debug
output.
2017-02-14 09:06:23 -08:00
Jordan Harband
affcc5087c
[Fix] set -e
: nvm install lts/something
: call nvm_ensure_default_set
with the proper value.
...
Fixes #1394 .
2017-02-11 23:19:29 -08:00
Jordan Harband
40e40975eb
v0.33.0
2016-12-29 21:22:13 -10:00
Jordan Harband
853afbf595
Revert "Revert "[Fix] set -u
: ensure that potentially unbound variables aren’t called unchecked.""
...
This reverts commit a8c465018e
.
Fixes #1363 .
2016-12-26 21:57:55 -08:00
Jordan Harband
a8c465018e
Revert "[Fix] set -u
: ensure that potentially unbound variables aren’t called unchecked."
...
This reverts commit 60239e39cd
.
2016-12-25 12:18:56 -08:00
Jordan Harband
60239e39cd
[Fix] set -u
: ensure that potentially unbound variables aren’t called unchecked.
...
Fixes #1363 .
2016-12-25 11:31:37 -08:00
Jordan Harband
fcd6331f09
[Fix] remove the unused and broken $NVM_PATH
.
...
Added in 359a83e
. Fixes #1353 .
2016-12-16 10:57:22 -08:00
Peter Dave Hello
45771499ee
[Fix] nvm should respect CC/CXX env var
...
- Also set CC for Freebsd, not only CXX
- Also set CC=cc, CXX=c++ on Mac OS by default as upstream
Reference:
1bd871655a/configure (L16-L17)
2016-11-29 15:30:01 +08:00
Peter Dave Hello
84575cf353
[Refactor] Use "case" instead of multi "if"
2016-11-28 03:39:48 +08:00
Jordan Harband
47c60dfc1d
[Tests] add test to ensure that nvm unload
unloads all functions.
2016-11-28 12:50:35 -08:00
Peter Dave Hello
c96c561c88
[Fix] nvm unload missed node_version_has_solaris_binary()
2016-11-28 18:35:32 +08:00
Peter Dave Hello
f29cd1a2ab
[Fix] nvm unload missed NVM_CD_FLAGS NVM_BIN NVM_MAKE_JOBS NVM_PATH
2016-11-28 04:14:21 +08:00
Peter Dave Hello
00a1ee6c4d
[Fix] nvm unload missed nvm_cache_dir() nvm_cd()
2016-11-28 04:10:42 +08:00
George Adams
a7648ebd9f
[Fix] nvm install -s
: aix
: detect number of threads on aix and not just number of processors
2016-11-23 06:36:52 -05:00
Gibson Fahnestock
7f1917d0aa
[Refactor] Rename NVM_CPU_THREADS to NVM_CPU_CORES
2016-11-24 18:04:14 +00:00
Jordan Harband
5b820a453c
[Refactor] avoid S2181 spellcheck error.
2016-11-25 00:56:28 -06:00
Peter Dave Hello
4b4e71f05c
[shellcheck] disable "Check exit code directly" warning on line 273, 666
...
We need to use both the exit state and result form the previous commit,
so SC2181 should be disabled here.
2016-11-23 22:04:45 +08:00
Braydon Fuller
c0a794762a
Clears node-gyp warning:
...
```
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
```
d460084b24/lib/process-release.js (L66-L73)
2016-07-19 23:02:02 -04:00
Jordan Harband
ecbd7d4572
[Tests] use -ex
option during tests when possible
...
Relates to #1130
2016-07-10 19:58:32 -07:00
Jordan Harband
803adac676
[Fix] ensure proper checking of the “shwordsplit” zsh option.
2016-07-08 02:11:51 -07:00
Jordan Harband
78a008c3c7
[Fix] use Solaris-compatible tail options.
...
Fixes #1148 .
2016-07-06 15:31:25 -07:00
(Soreλ\a)
0f26656c2c
npm -> nvm, and minor formatting issues
2016-07-05 20:34:08 -03:00
(Soreλ\a)
79d62fb16d
Improve error messages for missing versions
...
`nvm use`, `nvm run` and others check if the version is installed before executing Node, but the error message could be clearer on what steps the user has to take to achieve what they want, this makes that clearer.
2016-07-05 19:55:39 -03:00
Peter Dave Hello
07bb79f405
Use case
instead of multiple if/else statement.
2016-07-02 14:01:24 +08:00
Jordan Harband
c4be39b8be
[Fix] remove the need for sed -E
...
Fixes #1126
2016-06-27 21:50:45 -07:00
Jordan Harband
e1fdd316b7
[Refactor] create nvm_grep
and remove standalone GREP_OPTIONS
line.
2016-06-25 13:27:56 -07:00
Jordan Harband
9f5322ee84
v0.31.2
2016-06-25 09:42:53 -07:00
Jordan Harband
b0244a133b
[Fix] nvm ls
: avoid use of maxdepth
which is not on Solaris/SmartOS
...
Fixes #1121 .
2016-06-24 01:38:27 -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
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
251a2f3409
[Fix] ensure uname
is unaliased.
...
Closes #1105
2016-05-30 21:50:30 -07:00
Stephan DONIN
f62747c29c
[Fix] set -u
: is variable set test
2016-05-22 15:59:04 +09:00
Jordan Harband
ccde2898f8
[help] Add nvm ls-remote <version>
.
...
Fixes #1094 .
2016-05-13 10:14:12 -05:00
Jordan Harband
6e18d959c7
[shellcheck] clean up unquoted args etc
2016-05-11 15:37:21 -07:00
Jordan Harband
6dd6a0d213
[Fix] dash
does not support string substitution :-(
2016-05-10 01:17:31 -07:00
Jordan Harband
36c65d7115
[shellcheck] add spellcheck override comments
2016-05-10 01:11:17 -07:00
Jordan Harband
ec2f450b6e
v0.31.1
2016-05-09 22:06:43 -07:00
Jordan Harband
eeaddf9ab0
Don’t restrict colors to TTYs.
...
This restriction prevents subcommands from producing colors and passing them up the tree to the actual TTY.
2016-05-08 21:24:24 -07:00
Jordan Harband
0880539972
nvm_strip_path
: Error out when $NVM_DIR
is not set.
...
Per https://github.com/creationix/nvm/issues/1083#issuecomment-217752185
2016-05-08 20:06:17 -07:00
Jordan Harband
6311a0e9c4
nvm ls
/nvm alias
/nvm ls-remote
: only colorize when colors are supported.
2016-05-07 18:51:21 -07:00
Jordan Harband
bc3d028152
nvm alias
: colorize output when creating aliases.
2016-05-07 18:14:11 -07:00
Jordan Harband
fc82742a8b
[Robustness] add a missing command
to a sed
call
2016-05-06 12:29:01 -07:00