0
0

More than 1 year has passed since last update.

【UserLAnd】UbuntuでYarnをインストール

Posted at

はじめに

家にPCがないのでスマホ(Android)で開発環境を構築しようと考えました。

動作環境

  • Sony Xperia 10 IV
  • Android OS 12
  • UserLAnd 3.1.4
  • Ubuntu 20.04.5 LTS
  • Node.js 18.13.0
  • Npm 9.3.1
  • Yarn 1.22.19

Yarnをインストール

Yarnをインストールします。

$ npm install -g yarn

Yarnのバージョンを確認

Yarnのバージョンを確認します。

$ yarn --version
1.22.19
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0