How do I successfully create a new react app? #13669
-
trying:
getting:
https://create-react-app.dev/docs/getting-started/ following instructions try:
and get
found 0 vulnerabilities Then I try to run the first command again and it never works. When I run
I get
I appreciate any help in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
With new documentation of React Step 1: Run- Try one of the following-
|
Beta Was this translation helpful? Give feedback.
With new documentation of React
Step 1: Run-
npm uninstall -g create-react-app
Step 2: Run-
npm install -g create-react-app
Step 3: Run-
npx create-react-app app-name
Try one of the following-