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. >