0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 14:41:07 +01:00
Commit Graph

109 Commits

Author SHA1 Message Date
TJ Holowaychuk
f404167173 Release 0.7.1 2012-03-14 10:31:38 -07:00
TJ Holowaychuk
80c2e8f025 Changed: copy all bins. Closes #47 2012-03-14 10:30:28 -07:00
Nathan Rajlich
b434d2009a Add "to" to error message. 2012-02-24 19:52:39 -08:00
TJ Holowaychuk
99b97d4a6e Release 0.7.0 2012-02-21 19:37:21 -08:00
Tom Gallacher
4646f6594d Adding stable only option 2012-01-28 15:28:17 +00:00
Tj Holowaychuk
93353630ce Release 0.6.1 2012-01-26 14:06:42 -08:00
Darren DeRidder
3ed8b07d90 Fix control character sequence for Linux compatability 2012-01-26 12:21:17 -05:00
Darren DeRidder
470d7746b8 Revert "Fix control character sequence for compatability with Linux"
This reverts commit cb71c2b2a1.
2012-01-26 12:19:37 -05:00
Darren DeRidder
cb71c2b2a1 Fix control character sequence for compatability with Linux 2012-01-26 12:03:28 -05:00
Tj Holowaychuk
dd1a93e00b Fixed log colors (use printf) 2012-01-26 04:41:48 -08:00
Tj Holowaychuk
66e8d0244c merged 2012-01-26 04:34:07 -08:00
Tj Holowaychuk
f41d075ed0 Release 0.6.0 2012-01-26 04:28:15 -08:00
Tj Holowaychuk
6b2aef528a make --help descriptions line up 2012-01-26 04:25:04 -08:00
Daniel D. Shaw
fff5db9fad Refactored and simplified the node install functions. 2012-01-26 04:24:01 -08:00
Daniel D. Shaw
771c0bd6c4 More display_help tuning. 2012-01-26 04:24:01 -08:00
Daniel D. Shaw
988c3f0239 Updated help. 2012-01-26 04:24:01 -08:00
Daniel D. Shaw
6c838cd4d5 Added support for installing node with a tarball. 2012-01-26 04:24:00 -08:00
John Hamelink
824d2154c1 Adding Symlink to currently used version of node so that globally installed modules are accessible from the PATH if the path is extended. 2012-01-20 22:01:51 +00:00
Yevgeniy Viktorov
a8c9d629fc wrap npm into certain node version 2012-01-04 19:57:49 +02:00
Tj Holowaychuk
8d1ec71f4c swap echo for printf. closes #44 2011-12-08 08:48:38 -08:00
Bo-Yi Wu
e44f849dcc Add execute npm arg if node.js version greater than or equal 0.6.3
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2011-11-29 13:04:59 +08:00
TJ Holowaychuk
c5a8d5e636 moar jobs 2011-11-05 12:02:15 -07:00
TJ Holowaychuk
26bea532be Release 0.5.4 2011-11-05 11:20:30 -07:00
Patrick Pfeiffer
cec7deb93d fix install >= 0.5.x 2011-11-05 19:10:49 +01:00
TJ Holowaychuk
33bd1cc647 Release 0.5.3 2011-11-04 06:41:31 -07:00
TJ Holowaychuk
80c8a1f050 Fixed issue when prefix/lib/node dir is not present. Closes #37 2011-11-04 06:40:54 -07:00
TJ Holowaychuk
0078f52f66 PREFIX no longer used 2011-11-04 06:36:31 -07:00
TJ Holowaychuk
5b98d66c8c exec 2011-10-29 10:11:59 -07:00
Drew Wells
aff5c640c1 Merge branch 'master' into patch-1
Conflicts:
	bin/n

Merged changes incoming with 0.5.2
2011-10-26 19:25:27 -04:00
Tj Holowaychuk
9c9e5529a4 Release 0.5.2 2011-10-14 16:47:47 -07:00
Tj Holowaychuk
236c97dfad Fixed check_current_version() when node is not present 2011-10-14 16:43:23 -07:00
Tj Holowaychuk
bcdac8d392 Release 0.5.1 2011-10-11 08:56:05 -07:00
Tj Holowaychuk
0ac0914132 Fixed newer 0.5.x versions
the patch level commit I accepted messed this up
2011-10-11 08:43:21 -07:00
Patrick Pfeiffer
a2b9819cf9 fix node-waf 2011-10-11 05:44:33 +02:00
rumpl
05c0a93912 node verion 0.5.0 is not in its own folder. 2011-09-20 20:08:21 +02:00
Tj Holowaychuk
9cdd730db0 Release 0.5.0 2011-08-08 16:13:16 -07:00
Tj Holowaychuk
885d05d4d1 Added support for 0.5.x. Closes #30 2011-08-08 16:11:13 -07:00
Drew Wells
4534d90d38 Address issues with installing node locally in home directory.
Tested:
n latest (install)
n install 0.5.1
n use 0.5.1
n latest (activate)
n 0.4.10
2011-07-31 19:03:21 -03:00
Nagi Letaifa
4e43b2c36e Fix #25 2011-07-24 14:55:20 +02:00
Tj Holowaychuk
7e0c059784 Release 0.4.2 2011-06-28 10:51:51 -07:00
Darren DeRidder
a84e2bfabe Tested on OSX, modified for compatability 2011-06-27 02:22:58 -04:00
Darren DeRidder
c006e9ed3f Fall back to /usr/local 2011-06-24 13:11:53 -04:00
Darren DeRidder
1bf60a04f5 Let n play nice on Ubuntu with local node install.
* Fix stdin / stderr redirect to work with sh
  * Fix cd relative path issue
  * Try to find node and n before defaulting to /usr/local/
  * (can still set PREFIX, N_PREFIX env vars to override)
  * Canadian content eh
2011-06-21 16:33:20 -04:00
Tj Holowaychuk
bcc764dc14 Release 0.4.1 2011-03-13 10:10:16 -07:00
Alexander Simmerl
79bbbd8c99 fix bad substitution errors on ubuntu 2011-03-13 10:09:32 -07:00
Tj Holowaychuk
0d75b916b6 Release 0.4.0 2011-02-14 09:02:47 -08:00
Dav Glass
0e04afb0f7 Added --no-check-certificate for Github Downloads 2011-02-14 08:59:51 -08:00
Dav Glass
1ea222ab4d Moved abort and log up, so they are defined before calling 2011-02-14 08:59:33 -08:00
Tj Holowaychuk
9d5f3bc459 misc refactor 2011-02-14 08:55:06 -08:00
Dav Glass
a28fa9d340 Added markers to installed and current versions 2011-02-14 08:53:32 -08:00