How to upgrade yarn version using terminal?

后端 未结 14 2452
一生所求
一生所求 2021-01-30 05:03

How should yarn be upgraded to the latest version?

14条回答
  •  天涯浪人
    2021-01-30 05:31

    Since you already have yarn installed and only want to upgrade/update. you can simply use

    yarn self-update

    Find ref here https://yarnpkg.com/en/docs/cli/self-update

提交回复
热议问题