DEV Community

Ahmed Yasin
Ahmed Yasin

Posted on

create-react-app not creating src file.

I have ask this question on stackover flow please check if you guys can answers.
https://stackoverflow.com/questions/64923883/create-react-app-not-creating-src-file-and-not-even-properly-creating-package-js

Top comments (3)

Collapse
 
thefern profile image
Fernando B πŸš€

Please liquid tags for SO, also your SO post lacks details. What's the OS, what files are being created, what shell, any errors, full verbose log? If I was to guess I would say that you don't have something installed properly, or not on ENV PATH. Can't help you if you don't tell us the full story we're not psychics. I've never had any issues using the create-react-app before so is not something common at least.

Follow docs, and then post details on your SO post or here.

Node >= 8.10 and npm >= 5.6

npx create-react-app my-app
cd my-app
npm start
Enter fullscreen mode Exit fullscreen mode
Collapse
 
michaeltharrington profile image
Michael Tharrington • Edited

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you want you can even embed this question from StackOverflow using Liquid Tags:

Stack Overflow Liquid Tag

Hope this info helps!

Collapse
 
gautham495 profile image
Gautham Vijayan

This was the issue when I started to learn react.js.
See my post Create-react-app

If issue persists reply in this comment section.