Jason Bekolay
Jason Bekolay
(For someone who may be googling the error message...) I was seeing the same error, although my use case was different. I have my own component that extends ember-wormhole and...
> Looks like this might actually be resolved by #1050 I haven't tried this myself yet, but looks like that would solve my need to set scheme handlers. There is...
I think there is a bug with the empty detection here: https://github.com/lerna/lerna/blob/a47fc294393a3e9507a8207a5a2f07648a524722/commands/import/index.js#L239 Passing the `-s` option to `git diff` suppresses the patch output, which means that this command always outputs...
FYI I ended up not using `lerna import` at all. The script we ended up with was something like: ``` # current directory is the monorepo # $1 is the...