Reputation: 237
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
Reputation: 237
After downloading and installing Node v12.13.1 x86 instead of x64 I managed to create React app!
Upvotes: 1
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