-
-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Closed
Description
Describe the bug
First I installed Node.js from their official website. The installation was perfectly fine. Then I went into VScode and ran npm install -g create-react-app <--- THIS WORKS 98 packages installed. NOW THE REAL ISSUE:
After all that I try npx create-react-app mp
and then I get this error.

I have no idea how to fix it. I've tried uninstalling & delete files from Roaming data, however no help. I am simply trying to learn react however their installation is giving me trouble for couple days. Someone please help.
Did you try recovering your dependencies?
Yes like I said, but does not work upon reinstall of Node.js
I have also tried after clearing npm cache but no luck.