Unable to update dependency via yarn up on berry version #5538
Unanswered
helltraitor
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You didn't put a repro, so we can't help. |
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.
-
I have
^3.6.0
version requirement butyarn up
doesn't install a new one when it's available3.6.1
As for me, it seems like broken feature especially when
--help
says, thatyarn up
===yarn upgrade --latest
So my question is... How to update?
I don't want to use interactive tools since they change
package.json
file (I would even like to use^x.x.0
instead of changingpackage.json
file every time)Removing lock file is solving issue, but it's not what I wanted (it's crutch)
Beta Was this translation helpful? Give feedback.
All reactions