Running lerna bootstrap, I get this error:
/Users/nolan/workspace/pouchdb/node_modules/lerna/lib/ChildProcessUtilities.js:37
return _child_process2.default.execSync(command, {
^
TypeError: Object #<Object> has no method 'execSync'
Seems execSync did not exist in 0.10. It works in 0.11.
Not sure if we actually want to fix this, or if we just want to say that Lerna only supports Node 0.11+.