v0.25.2

yarnpkg/yarnv0.25.2May 15, 2017by bestander

AI Summary

A bug fix release resolving a specific ENOENT error encountered during package resolution involving the `babylon` binary.

Key Highlights

  • Fixes ENOENT error for 'node_modules/.bin/babylon' during resolving phase
  • Addresses missing binary file issues in dependency resolution

Full Release Notes

* fixes errors like
```
 [1/4] 🔍  Resolving packages...
 "ENOENT: no such file or directory, stat '.../node_modules/.bin/babylon'"
```