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
├── corepack@0.10.0 ├── nodemon@2.0.12 └── npm@8.1.0 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-appStep 2: Run-
npm install -g create-react-appStep 3: Run-
npx create-react-app app-nameTry one of the following-