We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
fresh install with no other dependencies yields
A template was not provided. This is likely because you're using an outdated version of create-react-app.
node v16.13.2 npm v8.1.2
relevant package.json:
"dependencies": { "create-react-app": "^5.0.0" } }
no global installs
The text was updated successfully, but these errors were encountered:
found the issue there was a local outdated install in usr/local/bin/create-react-app. simply rm that file and you're good to go.
usr/local/bin/create-react-app
rm
reference: https://stackoverflow.com/questions/59188624/template-not-provided-using-create-react-app
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
fresh install with no other dependencies yields
A template was not provided. This is likely because you're using an outdated version of create-react-app.
node v16.13.2
npm v8.1.2
relevant package.json:
no global installs
The text was updated successfully, but these errors were encountered: