[Yarn] Use yarn up to Update Dependencies In A Yarn Workspace
Posted answer1215
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Yarn] Use yarn up to Update Dependencies In A Yarn Workspace相关的知识,希望对你有一定的参考价值。
Yarn 2 is workspace aware. When you need to upgrade a package in one workspace, yarn will ask you if you want to resolve the version of the package to a version you use in a different packag
We use
yarn up -i
to upgrade a package with an old version.
以上是关于[Yarn] Use yarn up to Update Dependencies In A Yarn Workspace的主要内容,如果未能解决你的问题,请参考以下文章