I have tried so many ways. But I can't find any solution. The problem is I can't install ReactJS in my system. Here is the message I get when complete my installation process.
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.
I cleaned the cache. I also saw it with a fresh node even wanted to try uninstalling the create-react-app. But if I do, I get this message.
I manually deleted this log and it didn't work.
Can anyone suggest me any solution?
Update: Actually these two problems are solved when I manually deleted the cache from the AppData\Roaming\npm (temp) directory.
Thanks Everyone