Also also - coho now automatically runs with the CWD=parent-of-cordova-coho (e.g. assumes your other cordova repos are siblings of cordova-coho).
Can turn it off with --no-chdir On Thu, Apr 24, 2014 at 2:27 PM, Michal Mocny <mmo...@chromium.org> wrote: > From the description of nave: > "nave borrows concepts, inspiration, and code from Tim Caswell's "nvm" and > Kris Kowal's "sea" programs." > "Nvm is also really nice, but has to be sourced rather than being run, and > thus is a little bit wonky for some use cases. But it doesn't involve > subshells, which makes it better for some others." > > > On Thu, Apr 24, 2014 at 2:19 PM, Brian LeRoux <b...@brian.io> wrote: >> >> not sure if there's a difference but I use nave for this >> >> >> On Thu, Apr 24, 2014 at 10:59 AM, Andrew Grieve >> <agri...@chromium.org>wrote: >> >> > FYI - if you're not using nvm (shame on you), the installers are here: >> > http://nodejs.org/dist/v0.11.12/ >> > >> > On Thu, Apr 24, 2014 at 1:42 PM, Andrew Grieve <agri...@chromium.org> >> > wrote: >> > > I went coho crazy last night & this morning. Made two significant >> > changes: >> > > >> > > 1. It doesn't use shelljs.exec() anymore. Instead, it uses co-routines >> > > and superspawn. This requires that your use node v0.11 or greater to >> > > run it. >> > > >> > > 2. Broke all commands into their own files. >> > > >> > > Many commands now run faster due to no shell.exec(). The node update >> > > is a paint, but meh. If you use nvm, it's just nvm install 0.11 && nvm >> > > alias default 0.11. >> > > >