How to upgrade yarn version using terminal?

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

How should yarn be upgraded to the latest version?

14条回答
  •  孤独总比滥情好
    2021-01-30 05:31

    I updated yarn on my Ubuntu by running the following command from my terminal

    curl --compressed -o- -L https://yarnpkg.com/install.sh | bash

    source:https://yarnpkg.com/lang/en/docs/cli/self-update

提交回复
热议问题