yarn icon indicating copy to clipboard operation
yarn copied to clipboard

Fork of yarn v1 intended to apply performance optimizations

Results 5 yarn issues
Sort by recently updated
recently updated
newest added

We keep having these warning messages that we end up ignoring because they do not actually give value. It would be nice to just be able to turn these off...

**Summary** `yarn` already supports writing `.yarn-integrity` file to yarn meta folder. This change allows the meta folder location to be configurable via a command line arg. This allows `yarn check`...

This appears to be caused by #19 which adds a 1s timeout before exiting. ### Bug description **Command** ```sh yarn install ``` **What is the current behavior?** Yarn reports completion...

@ohana54, it seems #38 breaks a rare, but supported lockfile entry. yarn supports aliasing to other names via the syntax ``` { "package-a": "npm:[email protected]" } ``` With the lockfile check...

**Description** This PR fixes an access violation issue in the projects that require source reads to be part of declared deps. Workspaces directory enumeration which occurs when initializing the yarn...