Skip to content
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

5.0.0 fresh install yields no template #12006

Closed
Syncretik opened this issue Jan 31, 2022 · 1 comment
Closed

5.0.0 fresh install yields no template #12006

Syncretik opened this issue Jan 31, 2022 · 1 comment

Comments

@Syncretik
Copy link

Syncretik commented Jan 31, 2022

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

@Syncretik
Copy link
Author

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.

reference: https://stackoverflow.com/questions/59188624/template-not-provided-using-create-react-app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant