the whole message: I am still having this issue, I uninstalled node and removed all global installs and it still gives me this errror
See original GitHub issuethe whole message:
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.
_Originally posted by @maddyrombes in https://github.com/facebook/create-react-app/issues/8085#issuecomment-562299694_
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Running global npm scripts in node 12.9.0: This command not ...
After upgrading to the latest node release, with the exception of npm and npx, all of the global npm scripts no longer run....
Read more >This npm install is not working on Windows - node.js
If it's still not uninstalled, type where node at the command prompt and you'll see where it resides -- delete that (and probably...
Read more >How To Reinstall NPM And Node.js On Any System
Go to the Windows Control Panel and uninstall the Node.js program. If any Node.js installation directories are still remaining, delete them.
Read more >Uninstalling packages and dependencies - npm Docs
To confirm that npm uninstall worked correctly, check that the node_modules directory no longer contains a directory for the uninstalled package(s). Unix system ......
Read more >MSI installation error 1603 - Windows Server - Microsoft Learn
Resolution · Check if the app is already installed on the PC. If so, uninstall and reinstall the app. · Install the package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try this command
npx clear-npx-cache
npx create-react-app@5.0.0 appName will force npx to use latest version of create-react-app