uninstall Ionic projects

Asked

Viewed 431 times

-1

I created several projects for testing in Ionic, but now I need to delete it. I’ve researched a lot about this, but I couldn’t find any solution. Can someone help me?

1 answer

1

There is no command for this, you must do in hand:

Windows: rmdir "nome da pasta"

Linux: rm -rf nomedapasta

Browser other questions tagged

You are not signed in. Login or sign up in order to post.