Skip to content

Instantly share code, notes, and snippets.

@gaearon
Created January 8, 2018 17:02
Star You must be signed in to star a gist
Embed
What would you like to do?
Creating a new project with npm <= 5.2

If you use npm 5.1 or earlier, you can't use npx. Instead, install create-react-app globally:

npm install -g create-react-app

Now you can run:

create-react-app my-app
@Ali-MU-1990
Copy link

Hello dears,
I am facing a problem to install it, please check the following screenshot and guide me how to fix those issues.

image

@Junior620
Copy link

Capture d'écran 2023-06-05 121917
how to fix?

@Sade28
Copy link

Sade28 commented Jun 10, 2023

image
image
Sir i am trying to get react app but getting this error. kindly help me.

@bulutuu
Copy link

bulutuu commented Jul 22, 2023

npx create-react-app my-app cd my-app npm start

@Vandena2
Copy link

Vandena2 commented Aug 4, 2023

### I am getting this error:

up to date, audited 76 packages in 2s

2 packages are looking for funding
run npm fund for details

3 high severity vulnerabilities

To address all issues (including breaking changes), run:
npm audit fix --force

Run npm audit for details.

@Kumar96487
Copy link

please help me sir
Uploading WhatsApp Image 2023-09-10 at 13.19.07.jpg…

@Kumar96487
Copy link

img
please hele me sir

@MALIKSHAHID786
Copy link

Thanks a lot for this post, Its help

Hi

@Kumar96487
Copy link

hii

@sushmita12345
Copy link

For everybody who had or may have a problem with installation, here is one example of a solution https://stackoverflow.com/questions/70358474/error-while-creating-new-react-app-you-are-running-create-react-app-4-0-3-w

It works for me. Thanks😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment