I have installed create-react-app without -g
C:\Users\user1\projects\react>npm install create-react-app
but when I run
C:\Users\user1\projects\react>create-react-app my-app1
I get the following error
'create-react-app' is not recognized as an internal or external command, operable program or batch file.
can anyone please help me understand the role of -g flag
what if I dont want to install it globally?
How do I make it work without installing globally?