The create-react-app installation npm command has a typo: ```npm install -g react-create-app``` Instead of ```npm install -g create-react-app```
The create-react-app installation npm command has a typo: ```npm install -g react-create-app``` Instead of ```npm install -g create-react-app```