Skip to content

Commit 1bb0784

Browse files
authored
Merge pull request #26385 from ScaxCodes/feature/mention-LTS-version
Mention the usage of Node's LTS version to avoid errors in React course
2 parents fd45da4 + 69009cf commit 1bb0784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/introduction/setting_up_a_react_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Vite builds frontend tools for developers and it leverages the latest technologi
5151

5252
### Creating a React app
5353

54-
Fire up a terminal instance, `cd` over to the folder containing your projects, and enter the following command:
54+
Please make sure that you are using the _LTS version of Node_, otherwise errors may occur. Fire up a terminal instance, `cd` over to the folder containing your projects, and enter the following command:
5555

5656
~~~
5757
npm create vite@latest my-first-react-app -- --template react

0 commit comments

Comments
 (0)