Question about requirement to use yarn as the engine #1255
Unanswered
erm-augustinas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Thanks for your report. To be honest, I want to torch yarn entirely and switch to bun. Yarn started off good, but as soon as they went down this psychotic path of dealing with versions (and what you're dealing with) and downloading files into my repo, they really lost whatever benefits they had. For another project I just switched to bun and it has been simple, fast and fantastic. When I get some time, I'll do that here or PR's are always welcome if this is a high priority thing. I'm going to move this to a discussion, since it is a question. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've noticed with the latest release
yarnhas been added to "engines" in package.json. We use yarn 1.22.22 which means the install can't happen unless we use--ignore-engines. Is there any reason for that particular version or even yarn itself to be required for the installation ?Beta Was this translation helpful? Give feedback.
All reactions