-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-bash: create-react-app: command not found #3240
Comments
Figured it out. $PATH was fine. I had a directory called Thanks! |
I have the same problem! |
This worked for me npx create-react-app my-appjust preview create-react-app with "npx" |
Hi. So how does someone solve the issue of path in linux |
yap you'r right sir @nkuranhy3 , that npx worked on me too |
This Solution. |
npx create-react-app my-app |
npx create-react-app my-app |
npx worked for. Thank you! |
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Yes
Which terms did you search for in User Guide?
command not found
Environment
Mac 10.13 (17A365)
Steps to Reproduce
Expected Behavior
create-react-app my-app
worksActual Behavior
create-react-app my-app
failsReproducible Demo
n/a
The text was updated successfully, but these errors were encountered: