Hello so I have a problem, I cloned a repo from github with the directory having capital letters. My goal is to execute npx create-react-app . with it but it's telling me that capital letters aren't allowed for create-react-app. How do I execute my react command without changing the directory name? I am fairly new to github repos
#Trouble with react and github repos
7 messages · Page 1 of 1 (latest)
What is the repo?
It's from my OJT so I don't think it's public but its just empty witha readme inside. The title is like OJT-Web-Panel-Interns
just fyi create-react-app is deprecated and should not be used anymore 🙂
(has been for a couple of years)
Yeahhh... I was thinking of next.js, is that good?
It's different but yeah, Next is a popular choice