RANJAN KUMAR JHA
RANJAN KUMAR JHA

Reputation: 237

Unable to create react app : npm stuck at “found 0 vulnerabilities”

I am creating a react app after passing the command create-react-app app-name the npm stops at found 0 vulnerabilities. However, my directory has been created with 2 files package.json and package-lock.json and a folder node-modules.

Upvotes: 1

Views: 1976

Answers (2)

RANJAN KUMAR JHA
RANJAN KUMAR JHA

Reputation: 237

After downloading and installing Node v12.13.1 x86 instead of x64 I managed to create React app!

Upvotes: 1

Adam Jeliński
Adam Jeliński

Reputation: 1788

At this point create-react-app is initializing the git repository and it usually takes quite a while and no output is shown then. You have be patient and wait longer :)

Upvotes: 0

Related Questions