Hi Joshuaschist,

So you are using
Code:
 npm create-react-app react-timer
command to create new react app with the name "react-timer". Here "create-react-app" is a node module, which you have to install it first either locally or globally, then run the command
Code:
npm install create-react-app react-timer
. If you miss the "install" in command, then how would 'npm' know, what to do with 'create-react-app' that means,...