How to upgrade yarn version using terminal?

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

How should yarn be upgraded to the latest version?

14条回答
  •  执笔经年
    2021-01-30 05:33

    On Linux, just run below command at terminal:

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

    After do this, close the current terminal and open it again. And then, run below command to check yarn current version:

    $ yarn --version
    

提交回复
热议问题