ignite
ignite copied to clipboard
fix(cli): better support for yarn 2+
Please verify the following:
- [ ]
yarn testjest tests pass with new tests, if relevant - [ ]
yarn linteslint checks pass with new code, if relevant - [ ]
yarn format:checkprettier checks pass with new code, if relevant - [ ]
README.md(or relevant documentation) has been updated with your changes
Describe your PR
- Closes #2670
@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.
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.
Do we have any support to move the recommended package manager off of yarn 1 and to something else? (bun, pnpm, yarn 3+, etc?)
:tada: This PR is included in version 9.7.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket: