LoginSignup
9
8

More than 3 years have passed since last update.

Cloud9にYarnをインストールする

Last updated at Posted at 2020-03-16

はじめに

Cloud9で使用しているデフォルトのOSであるAmazon LinuxにはYarnをインストールする。

Yarnとは

JavaScriptのライブラリを管理するツール。

前提条件

  • AWSにサインアップしていること
  • Cloud9のプロジェクトを作成していること
    • 本手順ではAmazon Linuxを使用している
cat /etc/system-release
Amazon Linux AMI release 2018.03

手順

以下のコマンドを実行する。

npm install -g yarn
9
8
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
9
8