You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hooks/00_BoilerPlate/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Summary steps:
22
22
23
23
# Prerequisites
24
24
25
-
Install [Node.js and npm](https://nodejs.org/en/) (v8.9.1) if they are not already installed on your computer.
25
+
Install [Node.js and npm](https://nodejs.org/en/) (v8.9.1 or higher) if they are not already installed on your computer.
26
26
27
27
> Verify that you are running at least node v8.x.x and npm 5.x.x by running `node -v` and `npm -v` in a terminal/console window. Older versions may produce errors.
Copy file name to clipboardExpand all lines: hooks/02_Properties/Readme.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ We take as startup point the example **01 Hello React**:
13
13
14
14
## Prerequisites
15
15
16
-
Install [Node.js and npm](https://nodejs.org/en/) (v6.6.0) if they are not already installed on your computer.
16
+
Install [Node.js and npm](https://nodejs.org/en/) (v6.6.0 or higher) if they are not already installed on your computer.
17
17
18
18
> Verify that you are running at least node v6.x.x and npm 3.x.x by running `node -v` and `npm -v` in a terminal/console window. Older versions may produce errors.
19
19
@@ -37,12 +37,13 @@ import * as React from 'react';
Copy file name to clipboardExpand all lines: old_class_components_samples/00 BoilerPlate/readme.md
+26-23Lines changed: 26 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Summary steps:
24
24
25
25
# Prerequisites
26
26
27
-
Install [Node.js and npm](https://nodejs.org/en/) (v8.9.4) if they are not already installed on your computer.
27
+
Install at least [Node.js and npm](https://nodejs.org/en/) (v8.9.4) if they are not already installed on your computer.
28
28
29
29
> Verify that you are running at least node v8.x.x and npm 5.x.x by running `node -v` and `npm -v` in a terminal/console window. Older versions may produce errors.
0 commit comments