1

I'm currently learning React. Every time I write create-react-app my-app, I get -bash command not found.

I've tried every single solution out there and still not working. Can anybody please help me? It's very frustrating.

1 Answer 1

2

Have you installed the creat-react-app CLI?

npm install -g create-react-app

If bash can't find it, you may just need to install it globally (-g) before you try to use it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.