Skip to content

Commit ff241e1

Browse files
committed
docs: Mention that Node 12 is required
Closes #308
1 parent b157908 commit ff241e1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ You can play around with our components by visiting our [Storybook](https://sap.
4848
## Requirements
4949

5050
- [React](https://www.npmjs.com/package/react) and [React-DOM](https://www.npmjs.com/package/react-dom) (**16.8.0 or higher**)
51+
- [Node.js](https://nodejs.org/) (**version 12 or higher** ⚠️)
5152

5253
<!-- *********************************************************************** -->
5354
<a name="download"></a>

packages/docs/Welcome.stories.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ UI5 Web Components for React is a Fiori3 compliant React library built on top of
1919
With the help of UI5 Web Components for React, you can use UI5 Web Components as if they were native React components.
2020
In addition to that, UI5 Web Components for React is providing complex components and layouts on top of the UI5 Web Components.
2121

22+
## Requirements
23+
24+
- [React](https://www.npmjs.com/package/react) and [React-DOM](https://www.npmjs.com/package/react-dom) (**16.8.0 or higher**)
25+
- [Node.js](https://nodejs.org/) (**version 12 or higher** ⚠️)
26+
2227
## Getting Started
2328

2429
**Prerequisite: You have a React app.** In case you don't, we recommend to create one using [create-react-app](https://facebook.github.io/create-react-app/).<br/>

0 commit comments

Comments
 (0)