Skip to content

Commit

Permalink
💬 Added a warning sign to draw attention to the note
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaywood committed Sep 13, 2024
1 parent bdbd206 commit 4e0b3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/content/upgrades/v8/highlights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e0b3cc

Please sign in to comment.