Vikas Potluri

Results 68 comments of Vikas Potluri

I'm on node 16.13.2, and `yarn install -h` shows `--no-progress` as a valid flag, and `--emoji` as a valid flag. If you're able to reproduce the error using the last...

That seems to be the issue - What version do you get if you run `node ./yarn.js -v`?

Hmm, trying in both my dev Ghost CLI, and globally installed version, but both places correctly report `./yarn -v` as `1.22.15` (which is what the CLI asks for). I have...

I think the yarn version that the CLI has is still 1.x, but the yarn binary in the CLI folder is picking up your global yarn install over the local...

I think you're right, but I'm going to try to reproduce the issue with yarn 3.x when I get some time - if everyone that uses yarn 3.x runs into...

@markstos see #14882 🙂

@acburdine everything's been fixed now 😄

Couple things: - Do we want to add parity between stop, start, and update? There is a [feature request](https://forum.ghost.org/t/ghost-update-multiple-sites/17565) for `update --all`, and we can add support for `start --all`...