ubuntu18 install YARN
生活随笔
收集整理的這篇文章主要介紹了
ubuntu18 install YARN
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
下載curl
sudo apt-get update && sudo apt-get install curl配置庫
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list下載yarn
sudo apt-get update && sudo apt-get install yarn如果使用nvm應該使用以下命令
sudo apt-get install --no-install-recommends yarn查看版本
來源
Installation | Yarn
ubuntu18.04下載yarn
總結
以上是生活随笔為你收集整理的ubuntu18 install YARN的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 北京市:通过区块链等技术手段,实现住所申
- 下一篇: Ubuntu18.04中Anaconda