npx create-react-app says uninstall global cra even when not global installed #12980
-
Now that it's happened multiple times, I'm wondering if I'm doing something wrong. When i try to create a new CRA project i get the message:
But there is no global installation of CRA:
I tried: Nothing helps -.- Only when i install it on project then i can run My specs: OS: Windows 10
I don't know what i am doing wrong. If you need further informations just ask. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a solution. in my npx cache there were a cra 4.0.3 version. I cleared the npx cache manuell and it runs. |
Beta Was this translation helpful? Give feedback.
Found a solution.
in my npx cache there were a cra 4.0.3 version. I cleared the npx cache manuell and it runs.