ignite icon indicating copy to clipboard operation
ignite copied to clipboard

fix(cli): better support for yarn 2+

Open frankcalise opened this issue 9 months ago • 2 comments

Please verify the following:

  • [ ] yarn test jest tests pass with new tests, if relevant
  • [ ] yarn lint eslint checks pass with new code, if relevant
  • [ ] yarn format:check prettier checks pass with new code, if relevant
  • [ ] README.md (or relevant documentation) has been updated with your changes

Describe your PR

  • Closes #2670

frankcalise avatar May 10 '24 15:05 frankcalise

@frankcalise changes look fine. Do you have an easy way to test this? The only way I could think of doing it is to create a monorepo structure so that I could preset yarn v4 and then ignite the app inside of it.

morganick avatar May 10 '24 21:05 morganick

Been using corepack for yarn which is on a per project basis. 🤔 Guess I could install yarn 4 globally. Monorepo yarn install works. (There are other ignite complications, but yarn install completes successfully.)

I'll give that a go when I circle back around to this.

morganick avatar May 10 '24 22:05 morganick