タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

javascriptとyarnに関するkikiki-kikiのブックマーク (2)

  • YarnV2 こと Yarn@berry を試してみている - Qiita

    # インストール済みの場合はまずアンインストールする npm uninstall -g yarn # v2 を使いたければタグを明示してインストールする npm install -g yarn@berry V1 と V2 の違い 一次情報はこちらのエントリを参照のこと。スクショは公式から引用。 https://dev.to/arcanis/introducing-yarn-2-4eh1 個人的に特に気になっているものに 🍎 (赤いリンゴ) をつけておく。 色々途中なので変化したり間違ってる部分はご容赦ください。 🍏 CLI出力の改善 yarn v1 では絵文字が使われて可愛らしい出力だったが、v2 からは処理の具体的な内容を表示するように変化した。 色はアクセシビリティの関係でまだ変化するかもしれないらしい。 出力には YN***** という番号が割り当てられ、この番号をもとに出力自体

    YarnV2 こと Yarn@berry を試してみている - Qiita
  • Introducing Yarn 2 ! 🧶🌟

    Hi everyone! After exactly 365 days of very intensive development, I'm extremely happy to unveil the first stable release of Yarn 2. In this post I will explain what this release will mean for our community. Buckle up! If you're interested to know more about what will happen to Yarn 1, keep reading as we detail our plans later down this post: Future Plans. If you just want to start right now with

    Introducing Yarn 2 ! 🧶🌟
    kikiki-kiki
    kikiki-kiki 2020/01/28
    yarn v2 Zero-install :tada:
  • 1