uninstall ionic projects

-1

I've created several projects for testing on Ionic, but now I need to delete it. I've done a lot of research on this, but I have not found any solutions. Can anyone help me?

    
asked by anonymous 26.06.2018 / 22:11

1 answer

0

There is no command for this, you should do it by hand:

Windows : rmdir "nome da pasta"

Linux : rm -rf nomedapasta

    
04.07.2018 / 15:34