Vilius Lukošius
Vilius Lukošius
Fiddle
so that `npm repo haste-cli` and similar commands would work.
See https://github.com/wix/lerna-script/pull/112#issuecomment-526105087 for possible solution
detect npm and supress output, because lerna-script flushes it as well as npm
as it's really annoying when error occurs and then you have command output, lerna-script output and again npm output - lots and lots of it:/
default to ^ instead of ~ say if module `a` has version of `0.5.1` then dependees would have `^0.5.0` ? I think even lerna would do proper thing in this...
as per https://www.npmjs.com/package/find-cache-dir
when running commands concurrently logs are not batched properly, but instead mixed. Should be batched.