From 4e0b3cc58c82302094f3e8784a4f2952dd31ef4d Mon Sep 17 00:00:00 2001 From: Amy Haywood Dutton Date: Fri, 13 Sep 2024 15:47:43 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Added=20a=20warning=20sign=20to?= =?UTF-8?q?=20draw=20attention=20to=20the=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/content/upgrades/v8/highlights.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/content/upgrades/v8/highlights.mdx b/web/src/content/upgrades/v8/highlights.mdx index 82ec726..71d0916 100644 --- a/web/src/content/upgrades/v8/highlights.mdx +++ b/web/src/content/upgrades/v8/highlights.mdx @@ -12,7 +12,7 @@ yarn rw exp setup-streaming-ssr # Setup SSR yarn rw exp setup-rsc # Setup RSC ``` -_NOTE: Make sure that you're running node v20.17.0 or greater and yarn v4.1.1 or greater. If you need help getting set up or upgrading, you can refer to our documentation on using [nvm](https://docs.redwoodjs.com/docs/how-to/using-nvm) and [yarn](https://docs.redwoodjs.com/docs/how-to/using-yarn)._ +⚠️ _NOTE: Make sure that you're running node v20.17.0 or greater and yarn v4.1.1 or greater. If you need help getting set up or upgrading, you can refer to our documentation on using [nvm](https://docs.redwoodjs.com/docs/how-to/using-nvm) and [yarn](https://docs.redwoodjs.com/docs/how-to/using-yarn)._ ## Storybook using vite Our Storybook setup now uses Vite instead of Webpack which has now been removed. This means your storybook setup will be faster and more consistent with your underlying Redwood app.