facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.57k stars 26.8k forks source link

create react app not creating src folder #12344

Open srini46 opened 2 years ago

srini46 commented 2 years ago

Hi I am facing problem when create-react-app which is not showing src folder unable to start npm start

**Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS F:\React Js\REACT-SPRINGBOOT-CRUD> npx create-react-app my-app

Creating a new React app in F:\React Js\REACT-SPRINGBOOT-CRUD\my-app.

Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with cra-template...

added 1379 packages in 6m**

Not going forward after above

TariroSiphatisiwe commented 2 years ago

Hi srini 1.Un-install create react app using this command npm uninstall -g create-react-app 2.Re-install create react App. npx create-react-app my-app 3.check if the src folder has been created and run npm start

I hope this helps cheers:)

josh0x commented 1 year ago

I'm having the same issue. I've tried using "my-app" and alternative names. I've never had this issue before until today.

srini46 commented 1 year ago

Can pls check the 32 bit or 64 bit u r using I depends app versions . Change and check .

On Wed, 19 Oct 2022 at 7:56 PM, Josh @.***> wrote:

I'm having the same issue. I've tried using "my-app" and alternative names. I've never had this issue before until today.

— Reply to this email directly, view it on GitHub https://github.com/facebook/create-react-app/issues/12344#issuecomment-1284106114, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY6IHVGBMX4346G3Z6GXSP3WEAAKHANCNFSM5UVWEZBQ . You are receiving this because you authored the thread.Message ID: @.***>

josh0x commented 1 year ago

I've decided to continue working with NextJS.