9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

yarnをMACにインストール

Last updated at Posted at 2018-12-21

使用状況 -v

  • Mojave 10.14.2
  • Homebrew 1.8.6

yarn

homebrewからインストール

brew install yarn --without-node

新しいバージョン通知が来たらアップグレードする

brew upgrade yarn

###memo
反省点
node.jsはnodebrewを使用。
普通にインストールすると node と icu4c も入るので--without-nodeをつける。
気がついたら、icu4c がインストールされているのは yarn を入れてる時にインストールをされてたんだと...
今更ながら、気づく...


yarn add <package...>

個人的に、よく使うパッケージのメモ

//アニメーション,animate css
yarn add animate-sass --dev

//スタイルシート,bootstrap
yarn add bootstrap

//絵文字,font awesome 
yarn add font-awesome

//スライダー,slick carousel
yarn add slick-carousel

animate cssなどは --devで、複数のパッケージをインストールして必要なものだけインストールして使う事が多いです。


9
9
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
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?