v0.18.2
yarnpkg/yarnv0.18.2Feb 23, 2017by DanBuild
AI Summary
This release introduces a new `--skip-integrity-check` flag for the install command and fixes issues with scoped bin paths to enhance installation flexibility and compatibility.
Key Highlights
- Enabled skip-integrity-check flag for install command
- Fixed scoped bin paths
- Added tests for bin path normalization
- Refreshed request cache
New Features
- --skip-integrity-check flag for install command
Full Release Notes
- **Enabled skip-integrity-check flag for install command (#2765)** [Konstantin Raev](mailto:bestander@gmail.com) - Thu, 23 Feb 2017 16:22:48 +0000 - Enabled skip-integrity-check flag for install command Sometimes you need to run full install even if integrity check returns OK. - added test to --skip-integrity-checl - **Backport to 0.18: Fix scoped bin paths (#2163) (#2313)** [Linus Unnebäck](mailto:linus@folkdatorn.se) - Wed, 21 Dec 2016 17:03:13 +0000 - Fix scoped bin paths (#2163) - Add failing tests for bin path normalisation from scoped package name - Add fix for bin normalisation for scoped packages - Refresh request cache