Skip to content
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

'create-react-app' is not recognized as an internal or external command, operable program or batch file. #11707

Open
iremumut opened this issue Dec 3, 2021 · 2 comments
Labels

Comments

@iremumut
Copy link

iremumut commented Dec 3, 2021

When I try the "npx create-react-app" command, I get the error:
npm WARN exec The following package was not found and will be installed: create-react-app
'create-react-app' is not recognized as an internal or external command,
operable program or batch file.

I have node v16.13.1 and npm 8.1.2 I'm on windows 10. This has worked for me in my other windows 10 machine but it doesn't work in this new machine.
I have added C:\Users\İrem Nur\AppData\Roaming\npm\node_modules to the PATH.
Still I can't get create-react-app to work.

@nelson360
Copy link

npx create-react-app my-app
cd my-app
npm start.
Am assuming you didnt put the app name

@stale
Copy link

stale bot commented Jan 8, 2022

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants