Skip to content

Commit bad90b0

Browse files
committed
Updated create-app.md with new versions
1 parent db97787 commit bad90b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/create-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Open your command-line interface (CLI), navigate to a directory where you have rights to create files, and run the following commands to install the [create-react-app](https://www.npmjs.com/package/create-react-app) tool and create a new React app.
44

55
```Shell
6-
npm install create-react-app@2.1.5 -g
6+
npm install create-react-app@3.0.1 -g
77
create-react-app graph-tutorial
88
```
99

@@ -28,8 +28,8 @@ Before moving on, install some additional packages that you will use later:
2828
Run the following command in your CLI.
2929

3030
```Shell
31-
npm install react-router-dom@4.3.1 [email protected] reactstrap@7.1.0 @fortawesome/fontawesome-free@5.7.2
32-
npm install [email protected] msal@0.2.4 @microsoft/microsoft-graph-client@1.5.2
31+
npm install react-router-dom@5.0.0 [email protected] reactstrap@8.0.0 @fortawesome/fontawesome-free@5.8.2
32+
npm install [email protected] msal@1.0.0 @microsoft/microsoft-graph-client@1.6.0
3333
```
3434

3535
## Design the app

0 commit comments

Comments
 (0)