mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: clarify yarn v1 vs yarn v3+ installation #3871
This commit is contained in:
parent
4d049ee8f5
commit
004fff975f
@ -13,7 +13,14 @@ pnpm add sharp
|
|||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn add sharp # v3 recommended, Plug'n'Play unsupported
|
# yarn v3+ (Plug'n'Play is unsupported)
|
||||||
|
yarn config set nodeLinker node-modules
|
||||||
|
yarn add sharp
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# yarn v1 (maintenance mode)
|
||||||
|
yarn add sharp --ignore-engines
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user