From a2d1b4bf436ca105d45e157d48a5b91d96e61569 Mon Sep 17 00:00:00 2001 From: Adrien Foulon <6115458+Tofandel@users.noreply.github.com> Date: Wed, 22 May 2024 02:14:25 +0200 Subject: [PATCH] Update packages/rollup-plugin/README.md --- packages/rollup-plugin/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/rollup-plugin/README.md b/packages/rollup-plugin/README.md index b6d6798..c814e19 100644 --- a/packages/rollup-plugin/README.md +++ b/packages/rollup-plugin/README.md @@ -7,7 +7,8 @@ This plugin is for rollup (or vite), it's fairly recent and for now should be tr It was written based on the webpack-plugin, thus works similarly and has the same options ### Installation -(!) You have to work with yarn4, yarn1 is not working here due some errors related to `string-width` module. [Why and how](https://github.com/storybookjs/storybook/issues/22431#issuecomment-1645166431) +> [!WARNING] +> Yarn 1 is [known to have issues resolving dependencies](https://github.com/storybookjs/storybook/issues/22431#issuecomment-16300860921), we recommend using npm or an up to date version of yarn. `npm i -D @prerenderer/rollup-plugin @prerenderer/renderer-puppeteer puppeteer` or