Skip to content

Commit c7f8a54

Browse files
add msal-common as an npm dependency
1 parent 34272ad commit c7f8a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Once you have [Node.js](https://nodejs.org/en/download/) installed, open up a te
6767
```console
6868
npx create-react-app msal-react-tutorial # Create a new React app
6969
cd msal-react-tutorial # Change to the app directory
70-
npm install @azure/msal-browser @azure/msal-react @azure/msal-common # Install the MSAL packages
70+
npm install @azure/msal-browser @azure/msal-react @azure/msal-common # Install the MSAL packages
7171
npm install react-bootstrap bootstrap # Install Bootstrap for styling
7272
```
7373

0 commit comments

Comments
 (0)