タグ yarnpkg
人気順 10 users 50 users 100 users 500 users 1000 users2021-10-27のJS: Yarn 3.1、Node.js 16.13.0(LTS)、Next.js 12
JSer.info #563 - Yarn 3.1がリリースされました。 Yarn 3.1 🎃👻 Corepack, ESM, pnpm, Optional Packages ... - DEV Community 👩💻👨💻 berry/CHANGELOG.md at master · yarnpkg/berry yarn init -2でNode v16.9.0からサポートされたCorepackのpackageManagerフィールドに対応しています。 また、PnPでのEMSサポート、新... 続きを読む
2019-02-26のJS: yarn v2候補(berry)、Fastify v2、TSLintの今後 - JSer.info
JSer.info #424 - yarn v2のソースコードとなりリポジトリが公開されています。 yarnpkg/berry: A modern, fast, reliable, package manager; part of the Yarn organization 次のIssueでも書かれているように、v1とは別のリポジトリにしているのはIssueのtriageをしやすくするためだそうです。 The codename for these... 続きを読む
GitHub - yarnpkg/berry: ?? A modern, fast, reliable, package manager; part of the Yarn organization
Dismiss Join GitHub today GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together. Sign up ?? A modern, fast, reliable, package manager; part of the Yarn organization 続きを読む
Yarn's Future - v2 and beyond · Issue #6953 · yarnpkg/yarn · GitHub
Hi everyone, When the Yarn project started back in 2016, our landscape was very different from what it is now. Package locking was far from being a first class citizen in the Javascript ecosystem, and the time needed to run an install was ... well, it was what it was. Yarn's release shook the sta... 続きを読む
yarnpkgのenginesのバージョンチェックを無効にする方法 - Islands in the byte stream
2017 - 09 - 26 yarnpkgのenginesのバージョンチェックを無効にする方法 yarnpkg v1.0から、 package.json の engines sectionのバージョンチェックが顕密になりました。これにより新しいnodejsやyarnpkgを試すのが面倒になります。 これにメリットを感じない場合は無効化しましょう。 具体的には、 ~/.yarnrc に ignor... 続きを読む