0
0
mirror of https://github.com/tj/n.git synced 2024-11-28 21:22:03 +01:00
Commit Graph

159 Commits

Author SHA1 Message Date
Darren DeRidder
58a9d64cac Add option to specify a mirror repo. 2014-05-20 19:38:36 -04:00
TJ Holowaychuk
a880cff47d Release 1.2.1 2014-01-31 07:53:58 -08:00
TJ Holowaychuk
22ab70291b fix version 2014-01-31 07:53:11 -08:00
Medi-Remi Hashim
a661ee1f4e Make n use bash
On some systems, the default shell is not bash. This commit fixes issue #106
2014-01-30 16:38:36 +00:00
Yazhong Liu
caa3f0e8b4 handle Permission denied for mkdir 2014-01-03 10:46:36 +08:00
jerome@work
5709d36d03 remove unused config 2013-07-12 12:25:31 +02:00
TJ Holowaychuk
1679122c12 Release 1.1.0 2013-07-10 09:22:14 -07:00
jerome@work
23c15341d4 interactive listing sort fixed 2013-07-10 18:05:18 +02:00
TJ Holowaychuk
3ea021043f Merge pull request #137 from jeromedecoster/no-installed-version
abort gracefully if no installed version
2013-07-09 10:46:38 -07:00
TJ Holowaychuk
76de515de5 Merge pull request #138 from jeromedecoster/resolve-version-with-one-dot
resolve version with one dot
2013-07-09 10:44:19 -07:00
jerome@work
c41dfd94dd resolve version with one dot 2013-07-09 19:13:38 +02:00
jerome@work
7192c3fd12 abort gracefully if no installed version 2013-07-09 18:15:34 +02:00
TJ Holowaychuk
ef91436f81 Merge pull request #135 from jeromedecoster/remove-version-fix
remove version fix, not working as expected
2013-07-09 09:02:00 -07:00
TJ Holowaychuk
1f621299bd Merge pull request #136 from jeromedecoster/prev-fix
n prev fix
2013-07-09 09:00:32 -07:00
jerome@work
d2ac79afaa n prev fix 2013-07-09 17:40:58 +02:00
jerome@work
00d82dbfcc remove version fix 2013-07-09 17:27:17 +02:00
jerome@work
028f5b03a8 removed unused arguments 2013-07-09 17:11:38 +02:00
hstkk
89fda526c2 Optimize activate 2013-07-07 17:30:29 +03:00
TJ Holowaychuk
6a267d5c69 Merge branch 'master' of github.com:visionmedia/n 2013-06-26 14:04:32 -07:00
TJ Holowaychuk
163a3feda4 changelog 2013-06-26 14:04:29 -07:00
TJ Holowaychuk
efa190459f Merge pull request #121 from uggedal/master
Switch from which to command -v
2013-06-26 14:03:01 -07:00
Daniel Friedman
a4b5a8d901 Use -R when activating. Fixes #118
For some reason the old -r flag isn't properly copying the files across, using -R seems to fix this.
2013-06-18 12:15:30 +11:00
Eivind Uggedal
104a44cb73 Switch from which to command -v. 2013-06-18 00:09:46 +02:00
hstkk
0e9af64fa7 Add RPI support, fix visionmedia/n#108 2013-06-16 23:56:12 +03:00
Ben Atkin
7109b84f5d Release 0.9.3 2013-03-12 12:32:43 -06:00
Ben Atkin
ad33c9784b use more widely compatible regex for n --stable 2013-03-12 12:26:41 -06:00
Ben Atkin
e122568b82 update version in script to match version in package.json; bump version 2013-03-12 11:05:37 -06:00
Ben Atkin
ce0c2e92fe Merge branch 'patch-1' of https://github.com/nw/n 2013-01-21 09:11:50 -07:00
Nathan White
12d2156b89 uname lookup broken on ubuntu 12.04
I escaped the lookup and works fine for me now. Tested other os and still worked.
2013-01-21 08:47:43 -07:00
Matt Robenolt
0634fde4a5 Prior to 0.8.6 did not include binaries 2013-01-19 19:50:24 -08:00
TJ Holowaychuk
ab9b4c4103 Release 0.9.0 2013-01-19 13:27:56 -08:00
TJ Holowaychuk
f36163efba add up/down arrows for navigating installed version selection 2013-01-19 13:25:00 -08:00
TJ Holowaychuk
c70e910715 Release 0.8.2 2013-01-18 11:11:05 -08:00
TJ Holowaychuk
684a8bb92e refactor tarball_url() 2013-01-18 11:04:35 -08:00
TJ Holowaychuk
9100fea4f6 add back support for "v" prefix on install 2013-01-18 10:38:07 -08:00
TJ Holowaychuk
02945efe26 fix version 2013-01-18 10:35:54 -08:00
TJ Holowaychuk
34a81f051f add n prev log message 2013-01-18 10:34:42 -08:00
TJ Holowaychuk
fabf52a0bb add n prev to revert to previously selected version 2013-01-18 10:32:17 -08:00
TJ Holowaychuk
374b70ecdb add activation when already installed 2013-01-18 07:48:34 -08:00
TJ Holowaychuk
873e6e6f7b add activate() 2013-01-18 07:47:21 -08:00
TJ Holowaychuk
662d075f23 Release 0.8.0 2013-01-18 07:44:33 -08:00
TJ Holowaychuk
226781dfbd rewrite n. Closes #92 2013-01-18 07:40:49 -08:00
TJ Holowaychuk
d36c2b8804 Revert "Use symlinks instead of copying files upon switch."
This reverts commit 0895ea3e50.
2012-10-07 19:24:29 -07:00
Alexander Schepanovski
0895ea3e50 Use symlinks instead of copying files upon switch.
Bakward incompatable change - any modules and executables
such as npm, coffee and even n itself are now diffrent
for diffrent node versions. This is probably a good thing anyway.
2012-10-01 01:25:44 +08:00
Aaron Heckmann
17209227b7 fixed; error message when executing with uninstalled version 2012-08-25 09:10:51 -07:00
TJ Holowaychuk
73ee2e7fb0 Release 0.7.3 2012-07-13 14:44:08 -07:00
TJ Holowaychuk
0d5e1eff11 merge 2012-07-13 14:43:10 -07:00
TJ Holowaychuk
b59f1b4526 Release 0.7.2 2012-06-14 10:20:35 -07:00
sreuter
deefa0d783 removed trailing dot on cp command. fixes #48 2012-06-14 17:01:45 +02:00
Darren DeRidder
f9ed28b992 Use cp -fR to preserve npm symlink 2012-05-16 21:44:51 -04:00