Add support for Yarn Plug'n'Play filesystem layout #3888

This commit is contained in:
Lovell Fuller
2023-12-10 19:38:03 +00:00
parent 004fff975f
commit 1592f96b7b
5 changed files with 27 additions and 5 deletions

View File

@@ -4,6 +4,11 @@
Requires libvips v8.15.0
### v0.33.1 - TBD
* Add support for Yarn Plug'n'Play filesystem layout.
[#3888](https://github.com/lovell/sharp/issues/3888)
### v0.33.0 - 29th November 2023
* Drop support for Node.js 14 and 16, now requires Node.js >= 18.17.0

View File

@@ -13,8 +13,6 @@ pnpm add sharp
```
```sh
# yarn v3+ (Plug'n'Play is unsupported)
yarn config set nodeLinker node-modules
yarn add sharp
```