0
0
mirror of https://github.com/tj/n.git synced 2024-12-01 06:30:39 +01:00
Commit Graph

636 Commits

Author SHA1 Message Date
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
TJ Holowaychuk
9c324c4257 Merge pull request #120 from hstkk/master
Add RPI support
2013-06-17 09:26:29 -07:00
hstkk
0e9af64fa7 Add RPI support, fix visionmedia/n#108 2013-06-16 23:56:12 +03:00
Ben Atkin
27f7ff6cc8 reference issue #105 2013-03-12 12:38:45 -06: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
d177714ea8 Release 0.9.2 2013-03-12 11:08:30 -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
9da3558da1 Release 0.9.1 2013-01-21 09:20:21 -07: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
4e948b4b4b Merge branch 'master' of github.com:visionmedia/n 2013-01-19 13:25:19 -08:00
TJ Holowaychuk
f36163efba add up/down arrows for navigating installed version selection 2013-01-19 13:25:00 -08:00
Ben Atkin (I accept patches by email.)
d3700228c3 Merge pull request #93 from vincentmac/master
typo in readme
2013-01-18 11:22:10 -08:00
Vincent Mac
55587caef2 typo in readme 2013-01-18 11:19:01 -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
db5af86db5 docs 2013-01-18 10:43:44 -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
c5a473f9f9 Release 0.8.1 2013-01-18 07:49:03 -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
e250697c3c Release 0.8.0 2013-01-18 07:44:10 -08:00
TJ Holowaychuk
c7e0564a5a docs 2013-01-18 07:44:01 -08:00
TJ Holowaychuk
7fd90c09e3 docs 2013-01-18 07:41:51 -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
TJ Holowaychuk
77946bb9c6 Merge pull request #85 from Suor/master
Use symlinks instead of copying files upon switch
2012-09-30 10:59:08 -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
TJ Holowaychuk
a5593eb1e8 Merge pull request #83 from aheckmann/errmsg
fixed; error message when executing with uninstalled version
2012-08-28 13:34:22 -07: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
TJ Holowaychuk
3708a728bc Merge pull request #72 from sreuter/master
fix for "ImportError: No module named Scripting"
2012-06-14 10:19:26 -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
TJ Holowaychuk
ddbf441ca8 Merge pull request #66 from fracek/moar-info
Add 'homepage' and 'bugs' sections to package.json
2012-04-10 14:29:31 -07:00
fracek
0525813689 add 'homepage' and 'bugs' sections to package.json 2012-04-10 23:14:55 +02:00
TJ Holowaychuk
36208e7664 Merge pull request #65 from TooTallNate/patch-2
package.json: add "repository" section
2012-04-09 09:23:04 -07:00
Nathan Rajlich
8483e35afb package.json: add "repository" section
Fixes "npm docs n"
2012-04-09 09:16:37 -07:00
TJ Holowaychuk
3eaa96ac20 bump 2012-03-14 10:32:03 -07:00
TJ Holowaychuk
f404167173 Release 0.7.1 2012-03-14 10:31:38 -07:00