ignite icon indicating copy to clipboard operation
ignite copied to clipboard

fix(cli): better support for yarn 2+

Open frankcalise opened this issue 1 year 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

Do we have any support to move the recommended package manager off of yarn 1 and to something else? (bun, pnpm, yarn 3+, etc?)

jamonholmgren avatar May 22 '24 22:05 jamonholmgren

:tada: This PR is included in version 9.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

infinitered-circleci avatar May 29 '24 15:05 infinitered-circleci