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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Goal of Create ESRI React App is to connect ESRI and React application with mini
4
4
A prerequisite for this application is Create React App already installed in your development environment. If Create React App is not installed on your system run:
5
5
6
6
```
7
-
npm install -g create-react-app
7
+
npm install create-react-app -g
8
8
```
9
9
10
10
@@ -50,7 +50,7 @@ You can specify version of ESRI ArcGIS JS api during creation process. If you do
0 commit comments