0

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).

enter image description here

enter image description here

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?

Linda Paiste
  • 38,446
  • 6
  • 64
  • 102
Abhishek Vyas
  • 599
  • 1
  • 9
  • 24

1 Answers1

0
rm -rf sales

If this doesn't work, try using sudo in front

theabrar
  • 360
  • 1
  • 6
  • 15