Koen Punt
|
652a9ef9b5
|
always apply path stripping
|
11 years ago |
Koen Punt
|
0d81a219ae
|
add quotes
|
11 years ago |
Koen Punt
|
d6e457354f
|
use nvm_strip_path utility method for path stripping
|
11 years ago |
Koen Punt
|
6668dc5c47
|
remove parentheses
|
11 years ago |
Koen Punt
|
3d9c1d7852
|
use sed for *PATH stripping
|
11 years ago |
Jordan Harband
|
29f582611b
|
v0.6.1
|
11 years ago |
Jordan Harband
|
673cda56c4
|
Adding a test for `nvm install invalid` behavior, and correcting the message.
From f00d688c87 (commitcomment-6205164)
|
11 years ago |
Jordan Harband
|
e562a5645b
|
v0.6.0
|
11 years ago |
Jordan Harband
|
c0c5e8d7ef
|
Editing README to note improved .nvmrc behavior.
|
11 years ago |
Jordan Harband
|
f00d688c87
|
Nicer failure message when trying to install an invalid version. Fixes #285.
|
11 years ago |
Jordan Harband
|
5aa78f21cf
|
Merge branch 'nvmrc' - Fixes #404
|
11 years ago |
Jordan Harband
|
4a7275a0c6
|
Ensuring paths are in quotes, to preserve spaces.
|
11 years ago |
Jordan Harband
|
c77be55cdc
|
Updating "nvm run" tests.
|
11 years ago |
Jordan Harband
|
e195fccdb7
|
Escaping backticks
|
11 years ago |
Jordan Harband
|
87516039a8
|
Using portable conditional syntax.
|
11 years ago |
Koen Punt
|
80e349edb1
|
locate .nvmrc without `find`
instead of using find and actually cd'ing into directories
we're now using simple string replacement on the `pwd`
|
11 years ago |
Jordan Harband
|
038c1f3d0f
|
Find `.nvmrc` files upwards.
|
11 years ago |
Jordan Harband
|
66455f7c77
|
Refactor so "finding .nvmrc" can be done in a bash function.
|
11 years ago |
Jordan Harband
|
a69eae10e3
|
Merge pull request #405 from reqshark/master
github raw served from new subdomain
|
11 years ago |
Bent Cardan
|
13b87449e8
|
github raw served from new subdomain
|
11 years ago |
Jordan Harband
|
222250f2d1
|
v0.5.1
|
11 years ago |
Jordan Harband
|
77f4490391
|
Using markdown footnotes.
|
11 years ago |
Jordan Harband
|
0871131dfd
|
Make sure nvm-exec can use .nvmrc logic. Fixes #402, obviates #403.
|
11 years ago |
Jordan Harband
|
e6bd207624
|
When auto-printing "help" on a command other than "help", return a nonzero exit code.
|
11 years ago |
Jordan Harband
|
bad79e6d77
|
v0.5.0
|
11 years ago |
Jordan Harband
|
d07fa2db10
|
Merge pull request #399 from creationix/run_use_nvmrc
Make sure `nvm run` works without a version argument when .nvmrc specifies a version
|
11 years ago |
Jordan Harband
|
20953ab04c
|
Make sure `nvm run` works without a version argument when .nvmrc specifies a version.
|
11 years ago |
Jordan Harband
|
4cf940153c
|
Use node 0.9 for these testsso that people aren't likely to have it installed
|
11 years ago |
Jordan Harband
|
47bbf93f50
|
Travis CI defaults to ruby; c will be faster
|
11 years ago |
Jordan Harband
|
7976a1343f
|
Merge pull request #398 from creationix/install_use_nvmrc
`nvm install` and `nvm run` use .nvmrc when version not provided
|
11 years ago |
Jordan Harband
|
bf8abf1052
|
Make sure `nvm install` works without a version argument when .nvmrc specifies a version.
|
11 years ago |
Jordan Harband
|
eb6031cb58
|
Clean up after existing `nvm install` tests.
|
11 years ago |
Jordan Harband
|
55a6f1f06e
|
Organizing `nvm install` tests better.
|
11 years ago |
Jordan Harband
|
c188c1b11a
|
Correcting help text for `nvm use`
|
11 years ago |
Jordan Harband
|
b15ea07067
|
Don't clobber the latest version of 0.10 for tests.
|
11 years ago |
Jordan Harband
|
752c0e4ef1
|
Removing trailing whitespace.
|
11 years ago |
Jordan Harband
|
49364532b3
|
Merge pull request #391 from koenpunt/patch-1
Link to latest version of install script (0.4.0)
|
11 years ago |
Koen Punt
|
9157cb4cfe
|
Link to latest version of install script (0.4.0)
|
11 years ago |
Jordan Harband
|
6dde4aac38
|
v0.4.0
|
11 years ago |
Jordan Harband
|
96635cd2bd
|
Merge pull request #371 from koenpunt/single-installer
Merged installer and gitless installer into one
|
11 years ago |
Koen Punt
|
5342b6a04c
|
Emulate curl with wget
|
11 years ago |
Koen Punt
|
2d0c025c49
|
Prevent fallback
|
11 years ago |
Koen Punt
|
6ed93f4c01
|
Force install method by setting METHOD=git/script
|
11 years ago |
Koen Punt
|
3c2719a85e
|
fix
|
11 years ago |
Koen Punt
|
c47f03f996
|
Display error when unable to update
|
11 years ago |
Koen Punt
|
300022642a
|
git, curl and wget now all in one installer
|
11 years ago |
Koen Punt
|
bce3abaa4b
|
use comparison opts
|
11 years ago |
Koen Punt
|
9f6280265a
|
updated README
|
11 years ago |
Koen Punt
|
7211c9ee29
|
updated output without special characters (tab; \t)
Omit duplicate 'finish line'
normalized indentation
|
11 years ago |
Koen Punt
|
246caa8581
|
Updated source string, use hard path as NVM is not always installed in `$HOME/.nvm`
|
11 years ago |