-
-
Notifications
You must be signed in to change notification settings - Fork 27k
"A template was not provided." error on fresh install #8085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What are you using to run create-react-app?
|
Try unistalling create-react-app if you have installed it globally using |
I uninstalled create-react-app globally, upgraded npm and npx, but it's still throwing the 'A template was not provided. This is likely because you're using an outdated version of create-react-app. |
I have this problem as well! Everything was perfectly fine yesterday and then today it suddenly started saying the same warning that everyone else is getting whenever I try to create a react app. I have tried uninstalling and everything but nothing has worked so far. |
I have also uninstalled, reinstalled globally, and tried everything else on this recent thread, and my |
Pleeeeease! HELP! The Create-React-App is NOT working since the latest update released to 3.3.0 which happened hours ago. Please review this UPDATE. Please... Help. |
Just to be clear, you're all getting this error while creating new apps after typing |
Yes @heyimalex |
What does the output of |
Yep @heyimalex |
|
|
After the |
the whole message:
|
Ok, I kinda misunderstood how the code flowed. This is gonna be rough but could you try this for me:
|
|
I'm discovering I really should have read the code before I dug into this :') I'm sorry. Could you just post the entire output of the install? Since I can't reproduce this and you're already in |
haha yep, let me see what I can figure out. here's the entire output:
|
|
the template being used is
|
Hmm, that went away in this commit so definitely before |
it's 3.0.1., weird! you'd think uninstalling and reinstalling would've done it. I'll play around... |
I mean the original error said that the |
Yep. So here's what I did.
thanks @heyimalex 😅 |
For sure! Sorry I took such a roundabout path to figuring out what went wrong. For anyone else running into this, try running:
If installation succeeds, then you either have an older global version of create-react-app installed or you have an older version of create-react-app installed in a |
@maddyrombes Thanks!! |
Thanks!! I |
another solution: |
I stumbled upon this issue as well. |
Hello world, I was working on my create app and i noticed it just stopped displaying the progress so I decided to re-run and I kept on having the same issues and felt maybe I should create a new app template which I went on with it and after some minute of thinking it's created I went back to it to start it stop but got a message that reads
A template was not provided. This is likely because you're using an outdated version of create-react-app.
Please note that global installs of create-react-app are no longer supported. and after trying to wrap my head around it I couldn't solve it and felt a need to go to you and hoping for a reply as soon as possible
THANKS
The text was updated successfully, but these errors were encountered: