Reputation: 734
I am trying to create react app using following command
npx create-react-app sales
unfortunately its getting stuck at some point or other while installing packages. This time it gets stuck at below package (Ref Images).
After waiting for 5, 10 mins I cancelled the installation (Ctrl+C). But strangely I am not able to delete project folder also.
I also re-installed the node but the problem still persists.
How do I delete the folder?
Upvotes: 0
Views: 2255