點燈坊

新しいことを始めるのに、遅すぎる挑戰はない

タグ : Yarn

手動更新 Yarn

有時在下 yarn install 時,會出現 Your current version of Yarn is out of date. 的警告訊息,該如何更新 Yarn 到最新版呢 ?

Yarn 的 Global Package 存放位置

我們知道 Yarn 的 Local Package 都存在 Project 的 node_modules 目錄下,必要時我們可以自行刪除 node_modules 目錄,再重新 yarn install 重新安裝;但 Global Package 到底存在什麼目錄下呢 ?

Yarn Cheat Sheet

Yarn 速度比 NPM 快,且 Command 也比較精簡,但不少文件仍使用 NPM,特別記下常用 Command 對照表。