You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run yarn up ** to upgrade my dependencies, but it suggests to downgrade vue and related packages to version 2. This is because version 3 of vue is under the tag next instead of latest.
Is there a way to upgrade the semvers to the latest (next) version using yarn? I tried multiple different things and couldn't find a way except doing it by hand.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I run
yarn up **
to upgrade my dependencies, but it suggests to downgradevue
and related packages to version 2. This is because version 3 of vue is under the tagnext
instead oflatest
.Is there a way to upgrade the semvers to the latest (
next
) version usingyarn
? I tried multiple different things and couldn't find a way except doing it by hand.Beta Was this translation helpful? Give feedback.
All reactions